Closed buckun closed 2 years ago
PR welcome, alternatively shim around old API createDTMFSender in the meantime time.
May be you can update https://github.com/cordova-rtc/cordova-plugin-iosrtc/blob/master/js/RTCRtpReceiver.js with following changes this should works, then you make a PR and contribute, instead of complaining about specs implementation and ignoring my previous reply.
var RTCDTMFSender = require('./RTCDTMFSender'); ... RTCRtpSender.prototype.dtmf = function() { return RTCDTMFSender(this._pc, this.track) };
Fixed by #743 will add version number here once released
Version 8.0.2 fix this.
YOU MUST read first!
Please use Community Forum for general technical discussions and questions.
extra/renderer-and-libwebrtc-tests.js
file).Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed, removing this checkbox will result in automatic closed issue.
Versions affected
Description
Steps to reproduce
Expected results
Actual results