Inheritance
Annotations
  • @DocsEditable()
  • @DomName('RTCDTMFSender')
  • @Experimental()
  • @Native("RTCDTMFSender")

Properties

canInsertDtmf bool
@DocsEditable(), @DomName('RTCDTMFSender.canInsertDTMF'), @JSName('canInsertDTMF'), final
duration int
@DocsEditable(), @DomName('RTCDTMFSender.duration'), final
interToneGap int
@DocsEditable(), @DomName('RTCDTMFSender.interToneGap'), final
onToneChange Stream<RtcDtmfToneChangeEvent>
Stream of tonechange events handled by this RtcDtmfSender.
@DocsEditable(), @DomName('RTCDTMFSender.ontonechange'), read-only
toneBuffer String
@DocsEditable(), @DomName('RTCDTMFSender.toneBuffer'), final
track MediaStreamTrack
@DocsEditable(), @DomName('RTCDTMFSender.track'), final
hashCode int
read-only, inherited
on Events
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
read-only, inherited
runtimeType Type
read-only, inherited

Methods

insertDtmf(String tones, [ int duration, int interToneGap ]) → void
@DocsEditable(), @DomName('RTCDTMFSender.insertDTMF'), @JSName('insertDTMF')
addEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
dispatchEvent(Event event) bool
@DocsEditable(), @DomName('EventTarget.dispatchEvent'), inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
removeEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Constants

toneChangeEvent EventStreamProvider<RtcDtmfToneChangeEvent>
Static factory designed to expose tonechange events to event handlers that are not necessarily instances of RtcDtmfSender. [...]
@DocsEditable(), @DomName('RTCDTMFSender.tonechangeEvent')