Abdul Basit
Abdul Basit
Hey @toto1384 , Have you figured it out?
@codoffer This is happening because , you are not calling init before calling connect
I have searched everywhere , i found there is no way to find the active status of device, only way is to try connecting the device, if promise failed, we...
@JonnyBurger May be this will help, let me know I can try submitting a PR. Have a look at this source, here we have binaries for ffmpeg [https://github.com/eugeneware/ffmpeg-static/](url) And we...
@JonnyBurger You can proceed, I am little bussy this week, Thanks
Any updates on this, facing this issue when using with codepush, user opt for later restart and when call arrives after that, it not received any event due to bridge...
@gormfrederiksen I fixed it with this patch on ```v4.3.8``` ``` diff --git a/node_modules/react-native-callkeep/ios/RNCallKeep/RNCallKeep.m b/node_modules/react-native-callkeep/ios/RNCallKeep/RNCallKeep.m index e67c3cd..1da65f8 100644 --- a/node_modules/react-native-callkeep/ios/RNCallKeep/RNCallKeep.m +++ b/node_modules/react-native-callkeep/ios/RNCallKeep/RNCallKeep.m @@ -131,6 +131,17 @@ RCT_EXPORT_MODULE() - (void)stopObserving { _hasListeners...
> Very slightly started on this last month over [here](https://github.com/react-native-webrtc/react-native-webrtc/compare/master...8BallBomBom:react-native-webrtc:dtmf) 😅 But then realised `DtmfSender` inside the Android/iOS WebRTC SDK doesn't provide an observer. Which meant not being able to...
Yeah, I agree partial will work at this time, we can implement the event in C++ in future
Hey, any update?