Skip to content
Snippets Groups Projects
Commit 6cd0f01a authored by Aron Engineer's avatar Aron Engineer
Browse files

fix: bbb-common-message updated with correct Msg body

parent 105e1d01
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ case class ValidateAuthTokenRespMsg(
body: ValidateAuthTokenRespMsgBody
) extends BbbCoreMsg
case class ValidateAuthTokenRespMsgBody(userId: String, authToken: String, valid: Boolean, waitForApproval: Boolean,
registeredOn: Long, authTokenValidatedOn: Long, reasonCode: Option[String], reason: Option[String])
registeredOn: Long, authTokenValidatedOn: Long, reasonCode: String, reason: String)
object UserLeftMeetingEvtMsg {
val NAME = "UserLeftMeetingEvtMsg"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment