shared
1.22.2
common
shared
/
io.dyte.core.controllers
/
DyteLivestreamData
Dyte
Livestream
Data
data
class
DyteLivestreamData
(
val
liveStreamUrl
:
String
?
,
val
roomName
:
String
,
val
state
:
LiveStreamState
,
val
viewerCount
:
Int
)
Members
Constructors
Dyte
Livestream
Data
Link copied to clipboard
constructor
(
liveStreamUrl
:
String
?
,
roomName
:
String
,
state
:
LiveStreamState
,
viewerCount
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
live
Stream
Url
Link copied to clipboard
val
liveStreamUrl
:
String
?
room
Name
Link copied to clipboard
val
roomName
:
String
state
Link copied to clipboard
val
state
:
LiveStreamState
viewer
Count
Link copied to clipboard
val
viewerCount
:
Int
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>