Re: [webrtc-pc] insertDTMF when transceiver.currentDirection is null

I can work on that. Btw the current behavior for Firefox is that `insertDTMF()` works as soon as sender is created. So the proposed solution of throwing error if `currentDirection` is `null` doesn't work if we want to maintain backward compatibility.

It seems a bit tricky to modify this in a consistent way. Perhaps we could make it check the value of `direction` instead if `currentDirection` is `null`.

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

Received on Thursday, 3 August 2017 03:12:02 UTC