- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Mar 2017 15:10:44 +0000
- To: public-webrtc-logs@w3.org
The following commits were just pushed by alvestrand to https://github.com/w3c/webrtc-pc: * Make RTCDataChannel.id nullable and describe when it's set. Fixes #795. When a data channel is initially created, and a ID isn't explicitly provided, it will only be set after the DTLS role is negotiated by an SDP answer. If a data channel is created after this answer is set, an ID will be set instantly. Until the id is set, the attribute will return null. by Taylor Brandstetter https://github.com/w3c/webrtc-pc/commit/ed3e599b5ecfd6f63a895e434dd3885ad346bb78 * s/ID/id Consistency in capitalization. by Bernard Aboba https://github.com/w3c/webrtc-pc/commit/15db73dd0948bea5f7f1110721c2235cd9caf0b8 * s/ID/id/ Consistency in capitalization by Bernard Aboba https://github.com/w3c/webrtc-pc/commit/77a3aba08b5d49aff3e1748194dc5b4c716a9d18 * Merge pull request #1038 from taylor-b/data_channel_id Make RTCDataChannel.id nullable and describe when it's set. by Harald Alvestrand https://github.com/w3c/webrtc-pc/commit/c9c86b3bde53109141aaed1d454923809e6d4eb4
Received on Thursday, 2 March 2017 15:10:55 UTC