Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Mconf-bigbluebutton 中为来宾用户设置默认允许选项?因为我也想为客人设置默认输入选项。主持人一侧不应有任何访客管理窗口。有人可以帮忙吗?
最后我找到了解决方案。我刚刚在此文件中将默认访客政策更改为 ALWAYS_ACCEPT
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/MeetingActor.scala
代码更改:
var guestPolicy = GuestPolicy.ALWAYS_ACCEPT
现在,它不会要求主持人等待客人。