8000 Update rtc_dtmf_sender.dart · next-coder/flutter-webrtc@59fc801 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59fc801

Browse files
authored
Update rtc_dtmf_sender.dart
1 parent 3c99ff3 commit 59fc801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/web/rtc_dtmf_sender.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RTCDTMFSender {
1414
/// The browser will enforce a minimum value of 30 ms (that is,
1515
/// if you specify a lower value, 30 ms will be used instead);
1616
/// the default is 70 ms.
17-
Future<void> sendDtmf(String tones,
17+
Future<void> insertDtmf(String tones,
1818
{int duration = 100, int interToneGap = 70}) async {
1919
return _jsDtmfSender.insertDtmf(tones, duration, interToneGap);
2020
}

0 commit comments

Comments
 (0)
0