react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Twilio Video (WebRTC) for React Native
### Steps to reproduce 1. Get a Huawei mobile phone (I use P40 Lite) in my case 2. Create a basic Twilio application using the TwilioVideo component. 3. Generate all...
### Steps to reproduce 1. Connect to twilio room 2. Enable remote video ### Expected behaviour The users should connect and be able to see the remote video properly ###...
### Steps to reproduce 1. Connecting the video between react native(Android) and browser. ### Expected behaviour When connecting to the video, the user's screen with Android must be visible in...
### Steps to reproduce 1. Follow the example app 1:1 2. Add a function toggleVideo(): ``` const toggleVideo = () => { if(twilioVideo && twilioVideo.current){ twilioVideo.current.setLocalVideoEnabled(!isVideoEnabled).then(isEnabled => { setIsVideoEnabled(isEnabled) })...
the section in AndroidManifest.xml does not look right: ``` ``` namely the `uses-feature` part for camera and autofocus. This is essentially saying that the library requires camera and autofocus. This...
Are there some plans to add opportunity to configure a signalling video region with react native SDK? Like described here: https://www.twilio.com/docs/video/tutorials/video-regions-and-global-low-latency
Attempt to invoke virtual method 'double java.lang.Double.doubleValue()' on a null object reference
### Steps to reproduce 1. Add `twilioRef.current.disconnect();` function in component unmount 2. Navigate back to unmount the component ### Expected behaviour Disconnect function should work properly ### Actual behaviour -...
### Expected behaviour I want to show incoming video call screen even if the app has killed or locked when one end participant has make video call. ### Actual behaviour...
This PR adds support for [Bandwidth Profile API](https://www.twilio.com/docs/video/tutorials/using-bandwidth-profile-api), Encoding Parameters and Track Priorities. The PR allows you to configure all options required for Develop High Quality Video Applications with Twilio:...