[webrtc-pc] new commits pushed by alvestrand

The following commits were just pushed by alvestrand to 
https://github.com/w3c/webrtc-pc:

* Describe when an RTCSctpTransport is created/set to null.

Fixes #979.

An SctpTransport represents a unique SCTP association. It's created 
from
applying a local description, and set to null when applying an answer
with a rejected data m= section.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/53a0ffe67b168d4719c694988387c83dfbfff253

* Only create RTCSctpTransport when applying an answer.

This simplifies things, and means we don't need to make maxMessageSize
nullable.

Also, started referencing the specific sections of sctp-sdp that deal
with this, and changed "closes/establishes" to "initiates the 
closure"/
"initiates the establishment", which is more accurate.
  by Taylor Brandstetter
https://github.com/w3c/webrtc-pc/commit/4957b4429a505776116c8b3afbb2592edbf92d2f

* Merge pull request #996 from 
taylor-b/issue_979_sctptransport_lifetime

Describe when an RTCSctpTransport is created/set to null.
  by Harald Alvestrand
https://github.com/w3c/webrtc-pc/commit/290c25ad7b69cc3c0523d2ba5f2b7c06354beb93

Received on Thursday, 26 January 2017 15:23:27 UTC