[webrtc-extensions] Add normative steps to getCapabilities() or deprecate it in favor of an async API (#57)

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

== Add normative steps to getCapabilities() or deprecate it in favor of an async API  ==
It seems several interpretations for how to implement getCapabilities() is possible:

1. Query capabilities on createOffer() and expose them in subsequent getCapabilities() calls.
2. Like 1) but also do this at setRemoteDescription(offer).
3. Have getCapabilities() block so that it can return even HW capabilities.
4. ???

We need to add normative steps or deprecate it in favor of an async API.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 16 December 2020 09:02:57 UTC