在 BigblueButton 中更改客户端名称和应用程序名称
Changing client name and application name in BigblueButton
我已经在我的服务器上设置了 BigBlueButton 并且它按预期工作。我想更改更适合我的客户端名称,而不是 Bigbluebutton.html(只需 html 文件即可,因为 swf 将托管在 html 中)
我尝试在 /etc/bigbluebutton/nginx/client_dev
中进行更改
location /client/bigbluebutton.html
至 location /client/collab.html
但加入会议仍然重定向到 Bigbluebutton.html
我如何更改客户端名称并在 API 中正确引用它
我已经在我的服务器上设置了 BigBlueButton 并且它按预期工作。我想更改更适合我的客户端名称,而不是 Bigbluebutton.html(只需 html 文件即可,因为 swf 将托管在 html 中)
我尝试在 /etc/bigbluebutton/nginx/client_dev
中进行更改
location /client/bigbluebutton.html
至 location /client/collab.html
但加入会议仍然重定向到 Bigbluebutton.html 我如何更改客户端名称并在 API 中正确引用它