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 `TwilioVideo` 4.6 [introduces](https://github.com/twilio/twilio-video-ios/releases) new SDP semantics that are not working 100% when connecting to P2P rooms that include browser based clients using twilio-video-js. Main issue is...

### Steps to reproduce 1. Please Run this example 2. [example](https://github.com/blackuy/react-native-twilio-video-webrtc/tree/master/Example) ### Expected behavior users must connected on the video call ### Actual behavior some times the video must be...

### Steps to reproduce 1. Start Video conference from Android with Website 2. Go in background on android and come back to foreground 3. Video of android participant is not...

### Steps to reproduce 1. We can use the code given in the example 2. Use flipCamera() to flip the local video view camera once the call is started ###...

### Steps to reproduce 1. Have one participant join from a safari browser. 2. Have the other participant join from an android device ### Expected behaviour The browser participants video...

The following twilio component is mounted in my component: ``` { console.error(event.error) // This error happens on JS side handleRoomDidFailToConnect(event.error) }} onRoomParticipantDidConnect={handleRoomParticipantDidConnect} onRoomParticipantDidDisconnect={handleRoomParticipantDidDisconnect} onParticipantAddedVideoTrack={handleParticipantAddedVideoTrack} onParticipantRemovedVideoTrack={handleParticipantRemovedVideoTrack} onParticipantEnabledVideoTrack={handleParticipantEnabledVideoTrack} onParticipantDisabledVideoTrack={handleParticipantDisabledVideoTrack} /> ``` ###...

### Steps to reproduce 1.Update to latest version 2.Start Video chat on ios 3.Connect headphones 4.Click on button to toggle audio to speaker I'm using the code as Praxey explained...

Set the audio port override to ensure that when speaker is true that the audio is routed correctly to the speaker on iOS.

Hello, twilioRef?.current?.flipCamera() throws an exception while I try to flip camera when denied permissions to camera usage on iOS platform. How can I catch this error? flipCamera() method returns undefined...

### 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 stream ### Expected behaviour Video should resume...