JitsiMeetExternalAPI is not defined
See original GitHub issueI’m trying to embed Jitsi Meet in my application using Jitsi Meet API :
<script src='https://meet.jit.si/external_api.js'></script>
But I get the error JitsiMeetExternalAPI is not defined
, looks like it’s not attached to the window object.
Edit
I can find an object JitsiMeetJS
but not JitsiMeetExternalAPI
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
JitsiMeetExternalAPI is not defined - Jitsi Community Forum
The Jitsi iFRame api that I have on my web page won't show the Start Meeting screen unless I refresh the page.
Read more >JitsiMeetExternalAPI is not defined - WordPress.org
Hi,. it seems that your site uses a CloudFlare service called “Rocket Loader” that causes the javascript files not to get loaded in...
Read more >JitsiMeetExternalAPI is not defined : r/jitsi - Reddit
The Jitsi iFRame api that I have on my web page won't show the Start Meeting screen unless I refresh the page.
Read more >How to define JitsiMeetExternalAPI in angular 8 - Stack Overflow
I'm using jisti application to implement video call in angular 8,am not understanding JitsiMeetExternalAPI how to define this. please help ...
Read more >jitsi_meet_web_plugin | Flutter Package - Pub.dev
jitsi_meet_web #. A Jitsi Web implementation. Getting Started #. This project implements a Jistis Plugin for WEB using JitsiMeetExternalAPI.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please, when having problems or questions use the community forum before opening new issues.
You better share your code. I just tested the example that comes with the documentation and it works just fine. Check your code.
I’m just using :
window.JitsiMeetExternalAPI = window.JitsiMeetExternalAPI || window.exports.JitsiMeetExternalAPI;