dart-sip-ua icon indicating copy to clipboard operation
dart-sip-ua copied to clipboard

Google浏览器 65版本DTMF失败

Open ww873290998 opened this issue 2 years ago • 0 comments

Google浏览器65版本 RTCDTMFSender dtmfSender = _session.dtmfSender; dtmfSender.insertDTMF(_tone!, duration: _duration!, interToneGap: _interToneGap!);

报错误 NoSuchMethodError: tried to call a non-function, such as null: 'this[_jsDtmfSender$][$insertDtmf]', ----------:packages/dart_webrtc/src/rtc_dtmf_sender_impl.dart 11:26

ww873290998 avatar Jul 15 '22 10:07 ww873290998