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 89ed3c6 commit cf18d8bCopy full SHA for cf18d8b
lib/src/rtc_dtmf_sender.dart
@@ -18,7 +18,7 @@ class RTCDTMFSender {
18
/// The browser will enforce a minimum value of 30 ms (that is,
19
/// if you specify a lower value, 30 ms will be used instead);
20
/// the default is 70 ms.
21
- Future<void> sendDtmf(String tones,
+ Future<void> insertDTMF(String tones,
22
{int duration = 100, int interToneGap = 70}) async {
23
await _channel.invokeMethod('sendDtmf', <String, dynamic>{
24
'peerConnectionId': _peerConnectionId,
0 commit comments