-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Labels
api
Issue related to the external API (iframe)
Comments
This has probably been fixed by now. Please re-open if needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: