- From: Robin Raymond via GitHub <sysbot+gh@w3.org>
- Date: Thu, 21 Apr 2016 22:55:23 +0000
- To: public-ortc@w3.org
robin-raymond has just created a new issue for https://github.com/openpeer/ortc: == RTCDtmfSender confusion == ````webidl partial interface RTCDtmfSender { readonly attribute DOMString toneBuffer; readonly attribute long duration; readonly attribute long interToneGap; }; ```` The `duration` and `interToneGap` properties are a bit silly. By the time the programmer fetches the tone buffer, the `duration` and `interToneGap` could have changed to reflect the next tone in the buffer. These properties are very time sensitive and not transactional so fetching the properties might not correlate. Please view or discuss this issue at https://github.com/openpeer/ortc/issues/491 using your GitHub account
Received on Thursday, 21 April 2016 22:55:25 UTC