react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Twilio Video (WebRTC) for React Native
When calling disconnect while the localVideo is disabled, the app crashes with the following logs. Possibly related to: - https://github.com/twilio/video-quickstart-android/issues/692 - https://github.com/twilio/video-quickstart-android/issues/707 ### Steps to reproduce 1. `twilioRef.current.setLocalVideoEnabled(false)` 2. `twilioRef.current.disconnect()`...
Preface: I've been using this library for a couple of years and am broadly familiar with it. The following issue does not occur when reverting back to before #452 ###...
Does anyone know how can I use twilio task router ? Didn't find anything on that.
### Steps to reproduce 1. Attempt to build project on fresh mac M1 2. Build fails ### Expected behaviour Expected build to be succesful. It works fine on my old...
### Expected behaviour In connect method should be able to configure frameRate and videoDimensions ### Actual behaviour Not allowed ### react-native-twilio-video-webrtc **Version**: latest release
I am getting this error Failed to compile bundle: /tmp/TwilioVideo 5FPmA/TwilioVideo.arm64.xar while trying to create a build from fastlane for ios only
### Steps to reproduce 1. disconnect() ### Expected behaviour There is no dot at the top of the screen. ### Actual behaviour The green dot disappears then the orange dot...
### Steps to reproduce 1. Follow the installation steps that mentioned here => [https://github.com/blackuy/react-native-twilio-video-webrtc](https://github.com/blackuy/react-native-twilio-video-webrtc) 2. Create sample App (follow the Usage sample code mentioned here => [https://github.com/blackuy/react-native-twilio-video-webrtc](https://github.com/blackuy/react-native-twilio-video-webrtc ) 3. Initiate...
### Steps to reproduce 1. run npx react-native run-android 2. twilioRef.current.connect({accessToken: token)} - Get Video on Both Party well (Debug) but not on Release. `import React, { useState, useRef, useEffect...