[webrtc-pc] What should sender.getParameters().codecs return before negotiation?

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

== What should sender.getParameters().codecs return before negotiation? ==
The current text says

The codecs sequence is populated based on the codecs that have been negotiated for sending, and which the user agent is currently capable of sending.

This seems to indicate that prior to negotiation completing, the set should be empty. Is this intentional, and reasonable?

The other reasonable expectation is that prior to negotiation, the list of codecs should be the one that will be represented in a subsequent createOffer() - ie indicating the capabilities of the codec.

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

Received on Tuesday, 17 April 2018 06:28:11 UTC