Not documented.

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

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

canInsertDtmf bool
read-only

duration int
read-only

interToneGap int
read-only

on Events
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.

onToneChange Stream<RtcDtmfToneChangeEvent>
read-only

Stream of tonechange events handled by this RtcDtmfSender.

toneBuffer String
read-only

track MediaStreamTrack
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