blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
https://www.twilio.com/docs/video
MIT License
609 stars 403 forks source link

Question - How to setup simulcast and bandwidth profile if possible #450

Open mrsasuu opened 3 years ago

mrsasuu commented 3 years ago

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 .

slycoder commented 3 years ago

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.

umarniz commented 3 years ago

@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.

mrsasuu commented 3 years ago

I will try your approach ASAP thank you so much!