shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.webrtc
/
RtcpFeedback
Rtcp
Feedback
@
Serializable
data
class
RtcpFeedback
(
val
type
:
String
,
val
parameter
:
String
?
=
null
)
RTCP feedback parameters.
Members
Constructors
Rtcp
Feedback
Link copied to clipboard
constructor
(
type
:
String
,
parameter
:
String
?
=
null
)
Properties
parameter
Link copied to clipboard
val
parameter
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
String
?
>