我在使用 JitsiMeetExternalAPI 时得到 "Unexpected token u"
I get "Unexpected token u" while using JitsiMeetExternalAPI
我正在使用 External Jitsi API by following this example。
问题是我收到 "Unexpected token u" 错误。
我看到的是 Jitsi External API 创建了一个带有假定聊天室 URL 的 iframe。问题是 iframe url 附加了一个 "external" 散列。我尝试从 src 中删除散列,似乎工作正常,但我仍然感到困惑。
有人知道为什么需要散列以及是否有可能找到更好的方法来解决这个问题而不是编辑外部 Jitsi API src?
var domain = "meet.jit.si";
var room = "TestRoom";
var width = 700;
var height = 700;
var htmlElement = document.getElementById("jitsiRoom")
var api = new JitsiMeetExternalAPI(domain, room, width, height, htmlElement);
谢谢!
我通过邮件列表与开发人员联系,得到了这个答复。
Hello,
It seems like issue in the Jitsi Meet code. We need the "external" hash parameter and I don't think this is the best way to solve the issue.
I'll investigate it and fix it.
Thank you for the report!
似乎是一个错误。
未测试,但他们推出了针对该错误的修复程序。
提交:ca5a1001a1861f1f6506d091451723ff7ebd0717
我正在使用 External Jitsi API by following this example。 问题是我收到 "Unexpected token u" 错误。
我看到的是 Jitsi External API 创建了一个带有假定聊天室 URL 的 iframe。问题是 iframe url 附加了一个 "external" 散列。我尝试从 src 中删除散列,似乎工作正常,但我仍然感到困惑。
有人知道为什么需要散列以及是否有可能找到更好的方法来解决这个问题而不是编辑外部 Jitsi API src?
var domain = "meet.jit.si";
var room = "TestRoom";
var width = 700;
var height = 700;
var htmlElement = document.getElementById("jitsiRoom")
var api = new JitsiMeetExternalAPI(domain, room, width, height, htmlElement);
谢谢!
我通过邮件列表与开发人员联系,得到了这个答复。
Hello,
It seems like issue in the Jitsi Meet code. We need the "external" hash parameter and I don't think this is the best way to solve the issue.
I'll investigate it and fix it.
Thank you for the report!
似乎是一个错误。
未测试,但他们推出了针对该错误的修复程序。
提交:ca5a1001a1861f1f6506d091451723ff7ebd0717