MeetingSessionCredentials

data class MeetingSessionCredentials(val attendeeId: String, val externalUserId: String, val joinToken: String)

MeetingSessionCredentials includes the credentials used to authenticate the attendee on the meeting

Constructors

Link copied to clipboard
constructor(attendeeId: String, externalUserId: String, joinToken: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard