shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.webrtc
/
RtcpParameters
Rtcp
Parameters
@
Serializable
data
class
RtcpParameters
(
val
cname
:
String
?
=
null
,
val
reducedSize
:
Boolean
?
=
null
,
val
mux
:
Boolean
?
=
null
)
RTCP parameters block.
Members
Constructors
Rtcp
Parameters
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
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>