[webrtc-pc] setLocalDescription() with null sdp is not applicable

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

== setLocalDescription() with null sdp is not applicable ==
The IDL definition for `setLocalDescription()` accepts an `RTCSessionDescriptionInit`, not `RTCSessionDescription`. The `sdp` field in `RTCSessionDescriptionInit` is optional but not nullable, and have a default value `''`. So the step in `setLocalDescription()` for using the last offer/answer if `description.sdp` is `null` is not applicable.

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

Received on Friday, 7 July 2017 07:13:19 UTC