react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Twilio Video (WebRTC) for React Native
First of all thank you so much for creating this library. ### Steps to reproduce 1. Join Participant 1 on IOS 2. Join Participant 2 on Web 3. Participant 2...
How to determine the local audio level before connecting a room. purpose to review the camera or mic
### Steps to reproduce 1. open the local camera and microphone 2. mic and camera working 3. call func getStats, but onStatsReceived not working ### Expected behaviour onStatsReceived shoud be...
### Steps to reproduce 1. Run build command yarn android-bundle ("npx jetify && cd ./android && ./gradlew bundleRelease && cd ..") ### Expected behaviour Build android bundle to upload in...
### Steps to reproduce 1. Make two TwilioVideoLocalViews and place them so that they overlap 2. Wrap them with views that have a borderRadium and overflow: hidden ### Expected behaviour...
Would it be possible to get the username of the video call participant? I was wondering if it can be done using the dataTracks, and if so, I don't see...
Hi! this is only a question, not an issue. I'm having Twilio Video in my React web, but I'm building a React Native (with Expo) app having same elements. I...
I'm encountering an issue with the flipCamera() function in my React Native Twilio Video project. The function works fine when CallScreenActivity is navigated to, but it fails to work when...