react-native-twilio-video-webrtc icon indicating copy to clipboard operation
react-native-twilio-video-webrtc copied to clipboard

Twilio Video (WebRTC) for React Native

Results 195 react-native-twilio-video-webrtc issues
Sort by recently updated
recently updated
newest added

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...

### 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...