shared
1.31.6
common
shared
/
io.dyte.core.socket.events.payloadmodel.inbound
/
Rtcp
Rtcp
@
Serializable
data
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