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

### Steps to reproduce 1. Join participant with android phone 2. After joining app is crashing , working fine in debug mode but in release apk its giving error Its...

### Steps to reproduce 1. Video call P2P 2. Add react-native-view-shot and snap shot TwilioVideoLocalView . IOS work fine, but android give a "Black Screen" ### Expected behaviour Can someone...

Hi guys. Is it possible to do what is described here: https://www.twilio.com/docs/api/video/screen-capture-ios If not, are you planning to implement?

enhancement
help wanted

This pull request integrates the work done by @msahu2595 into this repository. The merge includes updates to make the library compatible with the AndroidX framework, ensuring its compatibility with the...

### Steps to reproduce 1. Initiate a call in android ### Expected behaviour Should start with front camera ### Actual behaviour Starting video call with back camera enabled ### Environment...

### Steps to reproduce 1. Join the room from the Android device I am using Android version 13 2. I joined from iPhone 13 in the same room 3.I disconnected...

### Steps to reproduce 1. denied android permission 2. join call (Meeting) 3. try to disconnect the call (you could not ) PR - https://github.com/blackuy/react-native-twilio-video-webrtc/pull/652 for fixed ### Expected behaviour...

### Steps to reproduce 1. Implement app with required setup steps in readme of this repo 2. Add a new button, and define its `onPress` as: `async () => {...

My iOS phone is on silent mode but still, I’m getting sound from a Twilio video call.

I am building an Expo Module as an SDK for a client that uses Twilio as a dependency. As such, we have a podspec rather than a podfile in our...

enhancement