react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Twilio Video (WebRTC) for React Native
### Steps to reproduce 1. Initiate call 2. end the first call. 3. Initiate call for the second time. it is identified, that the video freezes in the second call,...
They don't seem to break on iOS 12 and Android 10, these are the only devices that I have at the moment.
### Steps to reproduce 1. Run example code on iOS 14 phone 2. Try to use local microphone ### Expected behaviour Audio is transferred to peers. ### Actual behaviour No...
I have followed all the steps to link the twilio webrtc library in ios but when i try to install the pods it will show me the error of "UIView+React.h'...
I am trying to join a call in a muted state, but I always seem to have audio. I have tried: ``` this.twilioVideo.connect({ accessToken: .., audioEnabled: false, remoteAudioEnabled: false, });...
Right now, I am working on a web implementation of this library in an internal project, and I would like to contribute back to this library with web support. It...
This should be merged after #452 (I'm assuming this PR gets squashed on merge) This adds Camera2Capturer based on https://github.com/twilio/video-quickstart-android/blob/master/quickstart/src/main/java/com/twilio/video/quickstart/util/CameraCapturerCompat.java Tested on the following: - (Simulator) Android 4.4 (Google APIs)...
Would it be possible to expose the data track ID that a data track message is received on? We want to use it to identify the sender of the message...
Hi, I am adapting an app build in react native to perform cross video calls with another web app that uses Twilio video and I wonder if is possible (or...
### Steps to reproduce 1. I enter the videocall room 2. everything works well audio and video less VideoLocal I can't see myself on iOS from yesterday, before was working...