RTCDTMFSenderNative class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canInsertDtmf()
→ Future<bool>
-
override
-
insertDTMF(String tones, {int duration = 100, int interToneGap = 70})
→ Future<void>
-
tones:A String containing the DTMF codes to be transmitted to the recipient.
Specifying an empty string as the tones parameter clears the tone
buffer, aborting any currently queued tones. A "," character inserts
a two second delay.
duration: This value must be between 40 ms and 6000 ms (6 seconds).
The default is 100 ms.
interToneGap: The length of time, in milliseconds, to wait between tones.
The browser will enforce a minimum value of 30 ms (that is,
if you specify a lower value, 30 ms will be used instead);
the default is 70 ms.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
sendDtmf(String tones, {int duration = 100, int interToneGap = 70})
→ Future<void>
-
Compatible with old methods
inherited
-
toString()
→ String
-
A string representation of this object.
inherited