Re: [webrtc-pc] RTCSctpTransport.maxMessageSize 0 case

> If both are 0, the result should be 0 meaning both the local peer can send messages of arbitrary size and the remote peer can receive messages of arbitrary size.

Then we need to update the `send()` method to handle that case. As currently specified, it would throw for any message if `maxMessageSize` is 0.

-- 
GitHub Notification of comment by adam-be
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1446#issuecomment-348091056 using your GitHub account

Received on Thursday, 30 November 2017 06:01:57 UTC