question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JitsiMeetExternalAPI is not defined

See original GitHub issue

I’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:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

9reactions
damenchocommented, Sep 24, 2019

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.

2reactions
ramramicommented, Feb 29, 2020

I’m just using :

window.JitsiMeetExternalAPI = window.JitsiMeetExternalAPI || window.exports.JitsiMeetExternalAPI;

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found