core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.socket.events.payloadmodel.inbound
Package-level
declarations
Types
Types
Consumer
App
Data
Link copied to clipboard
@
Serializable
class
ConsumerAppData
(
var
screenShare
:
Boolean
=
false
,
val
peerId
:
String
)
Encodings
Link copied to clipboard
@
Serializable
class
Encodings
(
val
ssrc
:
Int
?
=
null
,
val
rtx
:
Rtx
?
=
null
,
val
scalabilityMode
:
String
?
=
null
)
Rtcp
Link copied to clipboard
@
Serializable
class
Rtcp
(
val
cname
:
String
?
=
null
,
val
reducedSize
:
Boolean
?
=
null
,
val
mux
:
Boolean
?
=
null
)
Rtx
Link copied to clipboard
@
Serializable
class
Rtx
(
val
ssrc
:
Int
?
=
null
)