Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External API - Execute Command does not work #415

Closed
ami2009 opened this issue Nov 25, 2015 · 1 comment
Closed

External API - Execute Command does not work #415

ami2009 opened this issue Nov 25, 2015 · 1 comment
Labels
api Issue related to the external API (iframe)

Comments

@ami2009
Copy link

ami2009 commented Nov 25, 2015

I try to use the external API for Jitsi meet. But the ExecuteCommand function is not working. The reason for this is that you are concatenating this.url = "// + domain +" / and expect the domain to be a string without http or https for the JitsiMeetExternalAPI call. I changed it in my code to this.url = domain+"/" and provide a proper domain string like "https://meet.jit.si" and it works.

@bgrozev
Copy link
Member

bgrozev commented Mar 29, 2018

This has probably been fixed by now. Please re-open if needed

@bgrozev bgrozev closed this as completed Mar 29, 2018
@luixxiul luixxiul added the api Issue related to the external API (iframe) label May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issue related to the external API (iframe)
Projects
None yet
Development

No branches or pull requests

3 participants