Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Twilio video room

vakeetharan_s_
Beginner
704 Views

Twilio video room chat is not working with Cordova Hybrid apps.  Local video loads in mobile but remote video does not load at all. The same code is running fine in all web browsers including desktops and on Android devices. How do we fix this error? Whitelist and intent we are using as follows:

<access  @origin="*"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
<allow-intent href="market:*"/>
<allow-intent href="data:*"/>
<allow-intent href="*://*.ezhealthpal.com/*"/>
<allow-intent href="*://*.media.twiliocdn.com/*"/>
<allow-intent href="*://*.apis.google.com/*"/>
<allow-intent href="video:*"/>
<allow-intent href="audio:*"/>
<allow-intent href="blob:*"/>
<allow-intent href="*"/>
<allow-navigation href="*"/>

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
704 Views

I recommend you search Stack Overflow for how to use Twilio video chat in a Cordova PhoneGap app. The XDK creates a standard Cordova app. We are not experts at the many hundreds of third-party plugins available for Cordova apps.

0 Kudos
Reply