Junaid Darajat

Results 9 comments of Junaid Darajat

well I just tried that, it works but with other REAL sim-based incoming calls it's a horrible experience and we don't have much control, Is there a direct foreground service...

Same here. I'm using Expo Managed workflow. For me though, it is only happening at iOS, Android seems to be fine.

@johnrizzo4 I tried your PR, for macOS Monterey and Microsoft Edge Version 112.0.1722.68 (Official build) (x86_64); it's still showing as 'Chrome'. Should this be a proper case or maybe I'm...

@FlawaCLV hey, is there any update about your fork/PR? the community along with myself would greatly appreciate it!

Facing the same crash, utilising Expo with following: ``` "expo": "~47.0.14", "@config-plugins/react-native-webrtc": "^2.0.0", "react-native-webrtc": "^1.94.1", ``` Seeing as [this](https://github.com/expo/config-plugins/tree/main/packages/react-native-webrtc) suggested compatibility versioning, also tried: ``` "expo": "~47.0.14", "@config-plugins/react-native-webrtc": "^5.0.0", "react-native-webrtc":...

updated to: ``` "react-native-webrtc": "^118.0.7", ``` and I still have the crash. I have enabled logging through: ``` import debug from "debug"; debug.enable("mediasoup-client*"); ``` But the crash happens on the...

Seems so, happens on any re-render when showing videos, can be random so even 1 can make it, mostly happens when there's more. If I add above 4 then definitely...

Apologies for the delay, I just tried it with: package.json: ``` "react-native-webrtc": "github:react-native-webrtc/react-native-webrtc#M124", "react-native": "0.70.8", "@config-plugins/react-native-webrtc": "^2.0.0", ``` The same crash still occurs. For my case, I can reliably cause...

Sorry for taking ages to get back, seems this is marked as closed, but nonetheless I think the code is pretty straightforward as it's all Javascript implementation so I doubt...