- From: Boris Zbarsky via GitHub <sysbot+gh@w3.org>
- Date: Fri, 26 Aug 2016 13:37:01 +0000
- To: public-webrtc@w3.org
bzbarsky has just created a new issue for https://github.com/w3c/webrtc-pc: == duration definition on RTCDTMFSender doesn't quite make sense == There are two problems: 1. It doesn't say what should be returned if insertDTMF was never called. 2. Talking about "if insertDTMF was called without specifying the duration" makes no sense: that method always passes in a value, because it's defaulted in the IDL. I assume the intent here is to return `100` if `insertDTMF` was never called or something? Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/773 using your GitHub account
Received on Friday, 26 August 2016 13:37:13 UTC