-
### Expected behaviour
From the quick peak I did [in the code](https://github.com/blackuy/react-native-twilio-video-webrtc/blob/master/android/src/main/java/com/twiliorn/library/CustomTwilioVideoVi…
-
### Steps to reproduce
1. Start video stream with .connect({roomName, accessToken}) successfully
2. setLocalVideoEnabled(false) to disable video stream
3. setLocalVideoEnabled(true) to enable video…
-
### Steps to reproduce
1. Add `twilioRef.current.disconnect();` function in component unmount
2. Navigate back to unmount the component
### Expected behaviour
Disconnect function should work pr…
-
I was working on this around 2 week's and challenge are:
- react-native does not have crypto
- react-native does not have webrtc
- react-native does not support async-generator
i could fix the f…
-
I'm having this issue that, during video calls using `react-native-twilio-video-webrtc` (https://github.com/blackuy/react-native-twilio-video-webrtc), after the user minimizes and goes back to the app…
-
### Steps to reproduce
1.Installed application in 2 android device & 1 iPhone device with 3 different tokens and same room name with different identity
2.
3.
### Expected behaviour
Each user…
-
### Steps to reproduce
1. Web App presenter screen shared
2. User will join a meeting via android/ios app
3. The screen share tile on the app is black/empty
### Expected behaviour
It will show …
-
# Bug report
- [ ] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue.
**Can't check it, receiving this error: htt…
-
yarn run v1.22.21
$ react-native run-android
info JS server already running.
info Installing the app...
> Configure project :notifee_react-native
:notifee_react-native @notifee/react-native fou…
-
Hello! We are using react-native-webrtc in our android app and have tried to migrate to the new RN architecture. However, we have a problem because RTCView does not see tracks in the stream. Everythin…