Closed spkprav closed 5 years ago
@FredLuart Please help.
Are you using latest version ? (https://cloud.apizee.com/apiRTC/apiRTC-latest.min.js) With your configuration, the call transmitted has no audio, but on remote side when you accept call, you need to add parameter on method : acceptCall(callId, callConfiguration). More information : https://apirtc.com/wp-content/themes/wikee/docs/apiRTC/module-ApiRTCWebRTCClient.html#acceptCall__anchor
Make sure to use the latest reactNative version of apiRTC : https://cloud.apizee.com/apiRTC/v3.18/apiRTC-React-latest.min.debug.js
@francois-legoff @FredLuart Hi, Thanks for the reply, I will use this and let you know if it works.
Didn't work, so I forked react-native-webrtc and disabled the permission.
Kindly let me know how do I disable the audio with this.
I tried the above, but not working.