-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dtmfsender 1.0 compability #714
Comments
Yes, please. |
@fippo In the "tip of tree" WebRTC 1.0 spec, |
I am assuming that this issue has been fixed (in WebRTC 1.0) and can be closed. If not, feel free to re-open it. |
oh, i'll update my shim code then. We still need some text, i'll PR now before I forget again ;-) |
hints how to shim the 1.0 behaviour using ORTC objects and a getter. Fixes w3c#714
http://w3c.github.io/webrtc-pc/#peer-to-peer-dtmf defines the dtmf sender a bit different than we do here.
It turned out to be fairly trivial to shim (in Edge):
Its a "how do I shim 1.0 ontop of ORTC issue", shall I make a PR for http://draft.ortc.org/#webrtc-compat* ?
The text was updated successfully, but these errors were encountered: