shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
SctpParameters
Sctp
Parameters
data
class
SctpParameters
(
val
port
:
Int
,
val
OS
:
Int
,
val
MIS
:
Int
,
val
maxMessageSize
:
Int
)
SCTP (Stream Control Transmission Protocol) parameters for data channels
Members
Constructors
Sctp
Parameters
Link copied to clipboard
constructor
(
port
:
Int
,
OS
:
Int
,
MIS
:
Int
,
maxMessageSize
:
Int
)
Properties
max
Message
Size
Link copied to clipboard
val
maxMessageSize
:
Int
MIS
Link copied to clipboard
val
MIS
:
Int
OS
Link copied to clipboard
val
OS
:
Int
port
Link copied to clipboard
val
port
:
Int