0
votes

My Twilio-Videocall and Screen sharing Application works good in my Phone's default Browser but when I try to implement it in web-view,I am unable to create a Video room.

import TwilioVideo from "twilio-video";

TwilioVideo.isSupported gives false

I am using React Twilio-video package and have followed Twilio docs and this repo https://github.com/philnash/twilio-video-react-hooks

1
I asked this in Twitter and adding this tweet to improve this thread. [![enter image description here][1]][1]Piyush Mahapatra

1 Answers

2
votes

Looks like this was answered on Twitter.

From Phil Nash:

WebRTC doesn’t work in webviews on iOS (should do on Android with the correct permissions). Screensharing doesn’t work in mobile browsers at all. If you are trying to build a native app and you want video calls, I’d stick with the native SDKs for Twilio Video.