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
/
Rtcp
Rtcp
@
Serializable
class
Rtcp
(
val
cname
:
String
?
=
null
,
val
reducedSize
:
Boolean
?
=
null
,
val
mux
:
Boolean
?
=
null
)
Members
Constructors
Rtcp
Link copied to clipboard
constructor
(
cname
:
String
?
=
null
,
reducedSize
:
Boolean
?
=
null
,
mux
:
Boolean
?
=
null
)
Properties
cname
Link copied to clipboard
val
cname
:
String
?
=
null
mux
Link copied to clipboard
val
mux
:
Boolean
?
=
null
reduced
Size
Link copied to clipboard
val
reducedSize
:
Boolean
?
=
null