Kyle Ross

Results 9 comments of Kyle Ross

It looks like an option could be added here: https://github.com/node-webrtc/node-webrtc/blob/develop/scripts/download-prebuilt.js#L14

Building with my branch I can get the win32 binary. Which promptly fails when run on windows. ``` pkg/prelude/bootstrap.js:1876 throw error; ^ Error: UNEXPECTED-15 at readFromSnapshot (pkg/prelude/bootstrap.js:942:16) at Object.readSync (pkg/prelude/bootstrap.js:949:12)...

I was pretty certain this was a permissions issue, and it was. I tediously combed through https://developer.android.com/reference/android/Manifest.permission this list hoping to find anything relevant to my cause. I selected quite...

FWIW the problem re-appears when compiled for release. I was only able to subvert the crash under Metro.

I had to copy the same exemption for a self-signed Certificate Authority for release as debug. I'll keep it open if you think there's a legitimate crash bug which should...

I can provide whatever you need, but I will need instructions on which filters to apply to ADB to see what you need. I can confirm that with the permissions...

As to the specific code, you'll have to inquire into the depths of SIP.JS. But, I'm here with you as a significant user of that code. In my app, all...

> Also is the session description that you included inside the log, is that the session description before modifications? Yes, I am logging the SDP and passing it along unmodified...

Oops, upload error? [webrtc-crash.log](https://github.com/react-native-webrtc/react-native-webrtc/files/15261634/webrtc-crash.log)