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. Simply create a video call and let camera on ### Expected behaviour Should stream local camera feed to other device with correct video ### Actual...

### Steps to reproduce 1. twilioVideo.current.connect({ accessToken: response.data.token, }); should call onRoomDidConnect function ### Expected behaviour User should be connected to the room and onRoomDidConnect should be called ### Actual...

Current functionality in the plugin looks to be that there have been devs who contributed functions to manually route audio to bluetooth, manually route to speakers or elsewhere. However, in...

Is there any way to route audio to bluetooth headset (especially on iOS)? When answering the call by clicking answer button on the screen audio is routed trough phone/speaker, how...

I want to improve the video quality, how do I do it? I'm new here, and I look in the documentation I can't figure out how to do it **Environment**...

details needed

This is a work in progress in hopes to close the following issue #566 Just adding `onRecordingStarted` and `onRecordingStopped` would have been sufficient in most cases, but, based on Twilio...

### 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/CustomTwilioVideoView.java#L916), it looks like the feature was never finished. Are there any plans or blockers in order to finish...

`componentWillUnmount` doesn't get called when you restart the JS thread ### Steps to reproduce 1. Join a room 2. Either trigger a reload by pressing `R` inside the metro bundler,...

Explained here: closes https://github.com/blackuy/react-native-twilio-video-webrtc/issues/559 tl;dr title + `componentWillUnmount` doesn't get called when you restart the JS thread This PR updates the existing `releaseResource()` to be also used inside the constructor...

### Steps to reproduce 1. Open the library link [ Click here](https://github.com/blackuy/react-native-twilio-video-webrtc/blob/master/android/build.gradle) 2. Check the Twilio SDK version in dependency 3. Used android version is **"6.2.1"** When I checked the...