Not documented.

Annotations
  • DocsEditable()
  • DomName('RTCDTMFSender')
  • Experimental()
Extends

Constants

EventStreamProvider<RtcDtmfToneChangeEvent> toneChangeEvent = const EventStreamProvider<RtcDtmfToneChangeEvent>('tonechange')
const
Static factory designed to expose tonechange events to event handlers that are not necessarily instances of RtcDtmfSender.

Properties

bool canInsertDtmf
read-only
int duration
read-only
int interToneGap
read-only
Events on
read-only, inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
Stream<RtcDtmfToneChangeEvent> onToneChange
read-only
Stream of tonechange events handled by this RtcDtmfSender.
String toneBuffer
read-only
MediaStreamTrack track
read-only

Methods

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
dispatchEvent(Event event) → bool
inherited
insertDtmf(String tones, [int duration, int interToneGap]) → void
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited