react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Question: react-native-web support
Right now, I am working on a web implementation of this library in an internal project, and I would like to contribute back to this library with web support. It would be useful for users and myself to use this library to seamlessly use Twilio Video on iOS, Android, and web. I would like some feedback on this from you before starting.
I am assuming that you are context about "webView" . I don't think react-native-web will work seamlessly. I have faced on hardware issue like audio devices (earphones, wired, bluetooth) and might be with a camera. @carloslfu Try POC once and you will get to know the issue.
I think it'd actually be quite doable. What you'd want is to write bindings between this library and twilio.js. I've found the twilio.js library to be pretty easy to use and the APIs are really starting to converge.
@carloslfu Do you have an update on how this is going? If you’d like to collaborate, i’m down to help.