pexip-android-sdk
Toggle table of contents
0.17.5
jvm
Platform filter
jvm
Switch theme
Search in API
pexip-android-sdk
sdk-api
/
com.pexip.sdk.api.infinity
/
RequestTokenRequest
Request
Token
Request
@
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
)
(
source
)
Members
Constructors
Request
Token
Request
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
breakout
Capable
Link copied to clipboard
@
EncodeDefault
@
SerialName
(
value
=
"breakout_capable"
)
val
breakoutCapable
:
Boolean
=
false
call
Tag
Link copied to clipboard
@
SerialName
(
value
=
"call_tag"
)
val
callTag
:
String
chosen
Idp
Link copied to clipboard
@
SerialName
(
value
=
"chosen_idp"
)
val
chosenIdp
:
IdentityProviderId
?
=
null
conference
Extension
Link copied to clipboard
@
SerialName
(
value
=
"conference_extension"
)
val
conferenceExtension
:
String
?
=
null
direct
Media
Link copied to clipboard
@
SerialName
(
value
=
"direct_media"
)
val
directMedia
:
Boolean
=
false
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"display_name"
)
val
displayName
:
String
?
=
null
incoming
Token
Link copied to clipboard
@
SerialName
(
value
=
"token"
)
val
incomingToken
:
String
?
=
null
registration
Token
Link copied to clipboard
@
SerialName
(
value
=
"registration_token"
)
val
registrationToken
:
String
?
=
null
sso
Token
Link copied to clipboard
@
SerialName
(
value
=
"sso_token"
)
val
ssoToken
:
String
?
=
null