react-native-twilio-video-webrtc icon indicating copy to clipboard operation
react-native-twilio-video-webrtc copied to clipboard

Question - How to setup simulcast and bandwidth profile if possible

Open mrsasuu opened this issue 4 years ago • 3 comments

Hi, I am adapting an app build in react native to perform cross video calls with another web app that uses Twilio video and I wonder if is possible (or will be soon) to stablish a bandwidth profile and enable simulcast as is possible in the Javascript or native SDK .

mrsasuu avatar Feb 10 '21 09:02 mrsasuu

I don't have any plans to personally implement this feature, but based on my reading it looks fairly straightforward. You would just need to update the connect options to set simulcast to true. If you're interested in working on it, we'd welcome a PR to improve the library! Lemme know if you'd like any pointers.

slycoder avatar Feb 14 '21 02:02 slycoder

@mrsasuu I have made a PR that enables Bandwidth Profile API: https://github.com/blackuy/react-native-twilio-video-webrtc/pull/459

You can help test the PR and contribute on the PR to for this feature.

umarniz avatar Mar 11 '21 16:03 umarniz

I will try your approach ASAP thank you so much!

mrsasuu avatar Mar 23 '21 20:03 mrsasuu