react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Twilio Video (WebRTC) for React Native
### Issue Unable to change Video Dimension & FPS I wanted to have custom dimensions & fps setting on this library. Thus, have taken a fork and changed the **buildVideoConstraints**...
### Steps to reproduce 1. Join a call 2. Finish it ### Expected behaviour widget should disappear automatically after i am done. ### Actual behaviour It is stuck at status...
This was reported in the commit to issue #445 but as noted it was difficult to find a reference there. @remigijusbalc first reported this. @Metroxe confirmed the issue with the...
### Here is the stack trace 2021-02-04 11:59:56.872 17837-17837/com.policepriority.incidentcode.dev E/AndroidRuntime: FATAL EXCEPTION: main Process: com.policepriority.incidentcode.dev, PID: 17837 java.lang.IllegalStateException: Supported formats could not be retrieved because an error occurred connecting to...
Hello. I'm trying to make a video call between a cellphone and a computer with twilio, but the video in the computer gets totally expanded. I wanted to know if...
### Expected behaviour I want to set the aspect ratio of the local video feed to 4:3, but I don't see a way of setting any video constraints through TwilioVideo...
Curious if anyone has thoughts on setting the log level? https://twilio.github.io/twilio-video-ios/docs/latest/Constants/TVILogLevel.html. Does the package provide a bridge to this? It seems the `connect` function doesn't allow additional options. Thanks in...
There are a lot of types missing for various settings. e.g.: toggleBluetoothHeadset toggleSoundSetup and so on
# Expected behaviour Since no data tracks are, in theory, published from the RN client, no data tracks should be picked up on the JS/web side. ### Actual behaviour On...
Do we have reconnecting callbacks implementation? What happens if network quality goes down or completely off?