RequestTokenResponse

constructor(token: String, expires: Duration, conferenceName: String, participantId: ParticipantId, participantName: String, version: VersionResponse, analyticsEnabled: Boolean = false, chatEnabled: Boolean = false, guestsCanPresent: Boolean = false, serviceType: ServiceType = ServiceType.UNKNOWN, stun: List<StunResponse> = emptyList(), turn: List<TurnResponse> = emptyList(), directMedia: Boolean = false, useRelayCandidatesOnly: Boolean = false, dataChannelId: Int = -1, clientStatsUpdateInterval: Duration = Duration.INFINITE, callTag: String = "", parentParticipantId: ParticipantId? = null, directMediaRequested: Boolean = false)