core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.livestream
/
RtkLivestreamData
Rtk
Livestream
Data
class
RtkLivestreamData
(
val
playbackUrl
:
String
?
,
val
meetingId
:
String
,
val
state
:
LivestreamState
,
val
viewerCount
:
Int
)
Members
Constructors
Rtk
Livestream
Data
Link copied to clipboard
constructor
(
playbackUrl
:
String
?
,
meetingId
:
String
,
state
:
LivestreamState
,
viewerCount
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
meeting
Id
Link copied to clipboard
val
meetingId
:
String
playback
Url
Link copied to clipboard
val
playbackUrl
:
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
?
>