shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
ProduceDataOptions
Produce
Data
Options
data
class
ProduceDataOptions
(
val
ordered
:
Boolean
=
true
,
val
maxPacketLifeTime
:
Int
?
=
null
,
val
maxRetransmits
:
Int
?
=
null
,
val
label
:
String
=
""
,
val
protocol
:
String
=
""
,
val
appData
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Options for producing data
Members
Constructors
Produce
Data
Options
Link copied to clipboard
constructor
(
ordered
:
Boolean
=
true
,
maxPacketLifeTime
:
Int
?
=
null
,
maxRetransmits
:
Int
?
=
null
,
label
:
String
=
""
,
protocol
:
String
=
""
,
appData
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Properties
app
Data
Link copied to clipboard
val
appData
:
Map
<
String
,
Any
?
>
label
Link copied to clipboard
val
label
:
String
max
Packet
Life
Time
Link copied to clipboard
val
maxPacketLifeTime
:
Int
?
=
null
max
Retransmits
Link copied to clipboard
val
maxRetransmits
:
Int
?
=
null
ordered
Link copied to clipboard
val
ordered
:
Boolean
=
true
protocol
Link copied to clipboard
val
protocol
:
String