RequestTokenRequest

@Serializable
data class RequestTokenRequest(val conferenceExtension: String? = null, val displayName: String? = null, val chosenIdp: IdentityProviderId? = null, val ssoToken: String? = null, val incomingToken: String? = null, val registrationToken: String? = null, val directMedia: Boolean = false, val callTag: String = "", val breakoutCapable: Boolean = false)

Constructors

Link copied to clipboard
constructor(conferenceExtension: String? = null, displayName: String? = null, chosenIdp: IdentityProviderId? = null, ssoToken: String? = null, incomingToken: String? = null, registrationToken: String? = null, directMedia: Boolean = false, callTag: String = "", breakoutCapable: Boolean = false)

Properties

Link copied to clipboard
@EncodeDefault
@SerialName(value = "breakout_capable")
val breakoutCapable: Boolean = false
Link copied to clipboard
@SerialName(value = "call_tag")
val callTag: String
Link copied to clipboard
@SerialName(value = "chosen_idp")
val chosenIdp: IdentityProviderId? = null
Link copied to clipboard
@SerialName(value = "conference_extension")
val conferenceExtension: String? = null
Link copied to clipboard
@SerialName(value = "direct_media")
val directMedia: Boolean = false
Link copied to clipboard
@SerialName(value = "display_name")
val displayName: String? = null
Link copied to clipboard
@SerialName(value = "token")
val incomingToken: String? = null
Link copied to clipboard
@SerialName(value = "registration_token")
val registrationToken: String? = null
Link copied to clipboard
@SerialName(value = "sso_token")
val ssoToken: String? = null