WebRTC Works on Desktop Chrome, but not the Mobile Export?

Hi guys, hopefully an easy fix.

I’ve got a desktop app on Meteor that works perfect. Yay.

I am exporting to Android, and things don’t work properly.

Could I get a guru to help me out? Just add this to your project code and it’ll work:
I think I have to add some cordova plugins or something? It’s a blur to me :confused:

<script src="https://jitsi.skyrooms.io/external_api.js"></script>
<script>
var domain = "jitsi.skyrooms.io";
var room = "meteor";
var width = "100%";
var height = 800;
var api = new JitsiMeetExternalAPI(domain, room, width, height);
</script>

Please note this code works perfectly fine on Desktop. Just save as an HTML file and bam, WebRTC works.

Can’t make it work on Android :frowning: