0

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

Piyush Mahapatra
  • 213
  • 2
  • 13

1 Answers1

2

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.

Alan
  • 10,465
  • 2
  • 8
  • 9