class
RtcDtmfSender

(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
String toneBuffer
read-only
MediaStreamTrack track
read-only
Stream<RtcDtmfToneChangeEvent> onToneChange
read-only
Stream of tonechange events handled by this [RtcDtmfSender].
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.

Methods

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