MeetingToken

@Serializable
data class MeetingToken(token: String)

A meeting token.

Meeting tokens control room access and session configuration on a per-user basis.

A participant can join a non-public room with a valid meeting token. For private or public rooms, you can use meeting tokens to configure how a participant experiences the meeting (e.g. what call features are available).

Constructors

Link copied to clipboard
fun MeetingToken(token: String)

Properties

Link copied to clipboard
val token: String