[webrtc-pc] Result returned from receiver.getParameters() when no session description is set

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

== Result returned from receiver.getParameters() when no session description is set ==
The current description for `RTCRtpReceiver`'s `getParameters()` seems to apply based on the local/remote description set. It is not clear what should be the result if `set*Description()` have not been called before.

The spec should also be more clear of which exact session description affects the result of `getParameters()`. i.e. `currentRemoteDescription` of the associated connection object, instead of just "current remote description".

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

Received on Monday, 17 July 2017 05:19:36 UTC