[Bug 18485] New: Change DTMF API to be on PeerConnection

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18485

           Summary: Change DTMF API to be on PeerConnection
           Product: WebRTC Working Group
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebRTC API
        AssignedTo: public-webrtc@w3.org
        ReportedBy: harald@alvestrand.no
                CC: public-webrtc@w3.org


Implementing the proposed DTMF API has turned out to be surprisingly complex
compared to the importance of the feature; the typing requirements for
MediaStream seem to be heavily complicated by it.

Tommy Widenflycht has suggested instead that we define calls to make available:

pc.canSendDTMF(MediaStreamTrack)
pc.sendDTMF(MediaStreamTrack, tones, duration)

This has no impact on the definition of MediaStream and allows implementation
of sendDTMF without touching anything but PeerConnection.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Friday, 3 August 2012 23:57:58 UTC