data class MeetingSessionCredentials
MeetingSessionCredentials includes the credentials used to authenticate the attendee on the meeting
<init> |
MeetingSessionCredentials includes the credentials used to authenticate the attendee on the meeting MeetingSessionCredentials(attendeeId: String, externalUserId: String, joinToken: String) |
attendeeId |
val attendeeId: String |
externalUserId |
val externalUserId: String |
joinToken |
val joinToken: String |