Johnathon Weaver
Johnathon Weaver
Should be possible but also that Android api level is a little steep 🤔 That being said i'll mark this as needing research and look into it a bit more.
Any updates on this? Keeping open for now.
If you are doing things based on the current docs then you shouldn't be having the described issue 🤔 Could you provide some code samples?
Can't see anything that looks out of place and that should indeed function as intended. Also not experiencing the issue myself. If you look [here](https://github.com/react-native-webrtc/react-native-webrtc/blob/6e20800d27ac4057d0204244b84c0acbec49ef03/src/RTCPeerConnection.ts#L544) you'll see that when the...
Alrighty, now that is definitely something i was not expecting and will need investigation 🤔 Will run some tests to see if i can reproduce the issue. **Edit:** Are you...
@saghul Totally forgot about that one but thought running stop also ran release/dispose 🤔 Will do some investigating. @dlavrantonis Try running release after stop.
Kinda got us stumped on this one, very abnormal 🤔 Not managing to reproduce on a similar device. Can you provide a `logcat` from when you start the call and...
Sorry for the delay, been busy moving home, will have a look at the log file you attached and get back to you. Hopefully something in there which is obvious...
@saghul Beat me to it but also good catch 👍🏻 ```log 04-18 19:30:49.755 11791 12752 D CameraCaptureController: failed to find device with id: null ``` That one kinda stumped me...
Was thinking we could implement a utility for handling a first in first out promise queue. Might be useful to incorporate across several functions 🤔