Re: [webrtc-pc] DTMF tonechange event timing when toneBuffer is modified in between

Thinking about it, the spec should have the correct behavior. Reason being that only one DTMF tone can be played at a time. Therefore if `insertDTMF()` is called when there is a DTMF tone being played out, the new tones can only start playing after the current tone have finished playing.

Closing this issue as I believe no change is needed for the spec.

-- 
GitHub Notification of comment by soareschen
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1517#issuecomment-319258880 using your GitHub account

Received on Tuesday, 1 August 2017 03:38:55 UTC