[ortc] Merged Pull Request: RTCSctpTransport.send description sync

robin-raymond has just merged lgrahl's pull request 715 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, 28 July 2017 16:43:49 UTC