8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c99ff3 commit 59fc801Copy full SHA for 59fc801
lib/src/web/rtc_dtmf_sender.dart
@@ -14,7 +14,7 @@ class RTCDTMFSender {
14
/// The browser will enforce a minimum value of 30 ms (that is,
15
/// if you specify a lower value, 30 ms will be used instead);
16
/// the default is 70 ms.
17
- Future<void> sendDtmf(String tones,
+ Future<void> insertDtmf(String tones,
18
{int duration = 100, int interToneGap = 70}) async {
19
return _jsDtmfSender.insertDtmf(tones, duration, interToneGap);
20
}
0 commit comments