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

Question: react-native-web support

Open carloslfu opened this issue 5 years ago • 3 comments

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.

carloslfu avatar Jun 25 '20 01:06 carloslfu

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.

Balasnest avatar Jun 25 '20 07:06 Balasnest

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.

slycoder avatar Jun 26 '20 17:06 slycoder

@carloslfu Do you have an update on how this is going? If you’d like to collaborate, i’m down to help.

gblikas avatar Apr 15 '21 07:04 gblikas