Android SDK 100ms
lib
/
live.hms.video.polls.models.network
/
HMSPollResponsePeerInfo
HMSPoll
Response
Peer
Info
data
class
HMSPollResponsePeerInfo
(
val
hash
:
String
,
val
peerid
:
String
?
,
val
userid
:
String
?
,
val
username
:
String
?
)
Constructors
Properties
Constructors
HMSPoll
Response
Peer
Info
Link copied to clipboard
fun
HMSPollResponsePeerInfo
(
hash
:
String
,
peerid
:
String
?
,
userid
:
String
?
,
username
:
String
?
)
Properties
hash
Link copied to clipboard
@
SerializedName
(
value
=
"hash"
)
val
hash
:
String
peerid
Link copied to clipboard
@
SerializedName
(
value
=
"peerid"
)
val
peerid
:
String
?
userid
Link copied to clipboard
@
SerializedName
(
value
=
"userid"
)
val
userid
:
String
?
username
Link copied to clipboard
@
SerializedName
(
value
=
"username"
)
val
username
:
String
?