shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
SctpStreamParameters
Sctp
Stream
Parameters
data
class
SctpStreamParameters
(
val
streamId
:
Int
,
val
ordered
:
Boolean
=
true
,
val
maxPacketLifeTime
:
Int
?
=
null
,
val
maxRetransmits
:
Int
?
=
null
)
SCTP stream parameters
Members
Constructors
Sctp
Stream
Parameters
Link copied to clipboard
constructor
(
streamId
:
Int
,
ordered
:
Boolean
=
true
,
maxPacketLifeTime
:
Int
?
=
null
,
maxRetransmits
:
Int
?
=
null
)
Properties
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
stream
Id
Link copied to clipboard
val
streamId
:
Int