react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Twilio Video (WebRTC) for React Native
My app sets up the video call with ``` ``` where ``` const _onDominantSpeakerChanged = ({participant}) => { console.log('Dominant speaker is now: ', participant) }; ``` and once this is...
I can here my self during call and also how can we manage ON and OFF status of speaker using this library? I'm using "react-native-twilio-video-webrtc": "https://github.com/blackuy/react-native-twilio-video-webrtc" in my app. twillio_video.toggleSoundSetup...
### Steps to reproduce 1. Plug in USB camera; Test that USB camera works on Android using the app "USB Camera - Connect EasyCap or USB WebCam" 2. No known...
### Steps to reproduce 1. Follow the installation steps (including proguard rules, etc) 2. Attempt to run `./gradlew bundleRelease` ### Expected behaviour Application builds on android. ### Actual behaviour Android...
### Steps to reproduce 1. Join the call from web with one user 2. Join the call from mobile with another user 3. See that on web audio and video...
### Steps to reproduce 1. Web App presenter screen shared 2. User will join a meeting via android/ios app 3. The screen share tile on the app is black/empty ###...
Hi, I was trying to make my localVideoView to round rect. So i have given styles like localVideo: { width: 200, height: 200, // position: "absolute", right: 10, borderWidth: 1,...
I want to improve the video quality. I looked in the documentation and couldn't find if it is possible. ### Steps to reproduce 1. Have one participant join from an...
### Steps to reproduce 1. Initiate a video call from android app (We use video and chats of twilio together in one activity.) 2. During a video call, the camera...
I was trying to disable the video for the other user so that the other user can see my video but i can able to see his video. to do...