MeetingSessionCredentials
@objcMembers
public class MeetingSessionCredentials : NSObject, Codable
MeetingSessionCredentials
includes the credentials used to authenticate.
the attendee on the meeting
-
The attendee id for these credentials.
Declaration
Swift
public let attendeeId: String
-
The external user Id associated with the attendee.
Declaration
Swift
public let externalUserId: String
-
The token that the session will be authenticated with.
Declaration
Swift
public let joinToken: String
-
Declaration
Swift
public init(attendeeId: String, externalUserId: String, joinToken: String)