[ortc] Pull Request: RTCSctpTransport.send description sync

lgrahl has just submitted a new pull request for https://github.com/w3c/ortc:

== RTCSctpTransport.send description sync ==
Sync `RTCSctpTransport.send` with WebRTC spec.

* Remove unneeded conditions. (https://github.com/w3c/webrtc-pc/pull/1404)
* Throw an error if data channel's buffer is filled rather than implicit closing. (https://github.com/w3c/webrtc-pc/pull/1209)
* Throw an error if len(message) > max-message-size of the remote peer (https://github.com/w3c/webrtc-pc/pull/1209)

Fixes some issues raised in #626.

See https://github.com/w3c/ortc/pull/715

Received on Friday, 30 June 2017 22:18:34 UTC