react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Twilio Video (WebRTC) for React Native
So to preface this, I've successfully setup and used `TwilioVideo` for a call between multiple devices, so I'm certain we're installed correctly etc. I'm now trying to wrap the `TwilioVideo`...
### Steps to reproduce constructor(props) { super(props); this.twilioRef = React.createRef(); } then in other method when call: this.twilioRef.current.connect({ roomName: 'testRoom', accessToken: token }); get this: ### Environment - **Node.js version**:...
Hey guys, do we have support for this feature that Its already on Twilio video call: https://www.twilio.com/blog/2017/10/streem-twilio-video-ar-sync.html
Unless I am missing something, it looks like `.connect()` is implemented differently in this library than it is in the Twilio SDK. Is it possible for me to set `maxTracks`?
CircleCI tests started failing since: https://github.com/blackuy/react-native-twilio-video-webrtc/pull/479 Should we be installing the latest version to have passed tests? That would be this one: https://github.com/blackuy/react-native-twilio-video-webrtc/pull/475
https://github.com/blackuy/react-native-twilio-video-webrtc/issues/358 Take snapshot of remote participant video for Android. For iOS, use `react-native-view-shot`. --- A few changes I made that might not make it to the master branch. I created...
### Steps to reproduce 1.npm install https://github.com/blackuy/react-native-twilio-video-webrtc.git#b332f49d6aa418549733367af7bfa559caf251d0 2. set up twiliovideo 3.try to trigger onNetworkQualityLevelsChanged ### Expected behaviour onNetworkQualityLevelsChanged trigger function (from repo example) ### Actual behaviour onNetworkQualityLevelsChanged event is...
### Steps to reproduce 1. Start a session on android 2. 2 or more participants should join 3. The already present participant can not hear anythingng ### Expected behaviour Remote...
hi i'm trying to put black background when remote user disabled their video. In 4 out of 10 tests it works, the other times it does not work const _onParticipantDisabledVideoTrack...
### Steps to reproduce 1. Open Xcode and Run app on My Mac (Designed for iPad) / product -> archive it as a Mac app on a Apple Silicon machine...