shared
1.19.16
common
shared
/
io.dyte.core.controllers
/
LiveStreamStageRequestPeer
Live
Stream
Stage
Request
Peer
data
class
LiveStreamStageRequestPeer
(
val
displayName
:
String
,
val
userId
:
String
,
val
peerId
:
String
)
Members
Constructors
Live
Stream
Stage
Request
Peer
Link copied to clipboard
constructor
(
displayName
:
String
,
userId
:
String
,
peerId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
peer
Id
Link copied to clipboard
val
peerId
:
String
user
Id
Link copied to clipboard
val
userId
:
String
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>