shared
1.33.0
common
shared
/
io.dyte.core.socket.events.payloadmodel.inbound
/
ConsumerRtpParameters
Consumer
Rtp
Parameters
@
Serializable
data
class
ConsumerRtpParameters
(
val
codecs
:
List
<
Codec
>
?
=
null
,
val
headerExtensions
:
List
<
HeaderExtension
>
?
=
null
,
val
encodings
:
List
<
Encodings
>
?
=
null
,
val
rtcp
:
Rtcp
?
=
null
,
val
mid
:
String
?
=
null
)
Members
Constructors
Consumer
Rtp
Parameters
Link copied to clipboard
constructor
(
codecs
:
List
<
Codec
>
?
=
null
,
headerExtensions
:
List
<
HeaderExtension
>
?
=
null
,
encodings
:
List
<
Encodings
>
?
=
null
,
rtcp
:
Rtcp
?
=
null
,
mid
:
String
?
=
null
)
Properties
codecs
Link copied to clipboard
val
codecs
:
List
<
Codec
>
?
=
null
encodings
Link copied to clipboard
val
encodings
:
List
<
Encodings
>
?
=
null
header
Extensions
Link copied to clipboard
val
headerExtensions
:
List
<
HeaderExtension
>
?
=
null
mid
Link copied to clipboard
val
mid
:
String
?
=
null
rtcp
Link copied to clipboard
val
rtcp
:
Rtcp
?
=
null