maxMessageSize property

double get maxMessageSize

The maxMessageSize read-only property of the RTCSctpTransport interface indicates the maximum size of a message that can be sent using the RTCDataChannel.send method.

Implementation

external double get maxMessageSize;