package js.html.rtc
extends EventTarget
Available on js
ontonechange:FunctionAn EventHandler to handle the tonechange event, which is sent each time an outbound tone starts or finishes playing.
read onlytoneBuffer:StringA DOMString which contains the list of DTMF tones currently in the queue to be transmitted (tones which have already been played are no longer included in the string). See RTCDTMFSender.toneBuffer for details on the format of the tone buffer.
insertDTMF(tones:String, duration:Int = 100, interToneGap:Int = 70):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/rtc/DTMFSender.html