react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Twilio Video (WebRTC) for React Native
Bumps [react-native](https://github.com/facebook/react-native) from 0.59.9 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...
Hello, We work on livestream mobile app with Twilio. The user can consume the live from this app and streamer can broadcast from a web app. We dont find how...
### Steps to reproduce 1. Two user is connected in video call. One from React-Native mobile application and other from iPhone's safari or chrome. ### Expected behaviour Both users should...
### Steps to reproduce 1. Join session with TwilioVideoLocalView hard coded as enabled={true} 2. Join the video call from a Twilio video web interface 3. TwilioVideoLocalView becomes transparent when TwilioVideoParticipantView...
### Steps to reproduce 1. Set up **react-native-twilio-video-webrtc** as explained in the [documentation](https://github.com/blackuy/react-native-twilio-video-webrtc#readme) 2. Run the application using ReactNative CLI ### Expected behaviour The app is supposed to run without...
### Steps to reproduce 1. Connect 2.End call ### Expected behaviour Close camera ### Actual behaviour Camera is not closed it just freezes. ### Environment - **Node.js version**:v16.13.1 - **React...
### Steps to reproduce 1. Execute a simple video call code 2. Video and audio work fine, both the cameras work 3. But when putting screenShare={true}, nothing happens. ### Expected...
### Steps to reproduce `this.refs.twilioVideo.connect({ roomName: this.state.roomName, accessToken: this.state.token, trackName: `student-${Date.now()}` })` 1. Pass trackName prop to connect function 2. Start a video call 3. trackName is not set when...
### Steps to reproduce 1. Use TwilioVideoParticipantView with scaleType 'fit' 2. Style so that this component will take up 100% of the height of it's container 3. Run on Android...
### Steps to reproduce 1. Twilio video calling implemented in both React-native and Web using react-native-twilio-video-webrtc and twilio-video 2.18.1 - angular correspondingly. 2. Video call connected to Mobile app to...