Summary: DTMF allows for WebRTC to interact with traditional telephone networks by generating phone keypad tones over an audio channel. It will be implemented as an additional interface on the RTPRtcSender object associated with a peer connection. DTMF is currently supported in Chrome, although it appears they are still on an older version of the standard where you call a createDTMFSender() function on the peer connection to create an instance rather than accessing it through the RTPRtcSender object.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1012645 Link to standard: https://www.w3.org/TR/webrtc/#peer-to-peer-dtmf Platform coverage: all platforms. Estimated or target release: 51 Preference behind which this will be implemented: media.peerconnection.dtmf. enabled DevTools bug: Not needed. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform