Android SDK 100ms
lib
/
live.hms.video.signal.init
/
ShortCodeInput
Short
Code
Input
data
class
ShortCodeInput
(
val
token
:
String
,
val
userId
:
String
?
)
Constructors
Properties
Constructors
Short
Code
Input
Link copied to clipboard
fun
ShortCodeInput
(
token
:
String
,
userId
:
String
?
)
Properties
token
Link copied to clipboard
@
SerializedName
(
value
=
"code"
)
val
token
:
String
user
Id
Link copied to clipboard
@
SerializedName
(
value
=
"user_id"
)
val
userId
:
String
?