canInsertDtmf method

  1. @override
Future<bool> canInsertDtmf()
override

Implementation

@override
Future<bool> canInsertDtmf() async {
  return await WebRTC.invokeMethod('canInsertDtmf', <String, dynamic>{
    'peerConnectionId': _peerConnectionId,
    'rtpSenderId': _rtpSenderId
  });
}