[webrtc-pc] Session description attribute not specified for some steps in check if negotiation is needed

soareschen has just created a new issue for https://github.com/w3c/webrtc-pc:

== Session description attribute not specified for some steps in check if negotiation is needed ==
The following steps does not specify the SDP comparison is done against which of connection's attribute.

- If connection has created any RTCDataChannels, and no m= section has been negotiated yet for data, return "true".
- If t isn't stopped and isn't yet associated with an m= section according to [JSEP] (section 3.4.1.), return "true".
- If t isn't stopped and is associated with an m= section according to [JSEP] (section 3.4.1.), then perform the following checks:

The remaining steps are clear that the comparison is done against `currentLocalDescription` or `currentRemoteDescription`.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1331 using your GitHub account

Received on Monday, 5 June 2017 03:45:38 UTC