How can I set option for default allow for guest users in Mconf-bigbluebutton? As I want to set default entry option for guest also. There should not be any guest management window on moderator side. Can anybody help?
Asked
Active
Viewed 1,051 times
1 Answers
0
Finally I found solution. I have just changed default guest policy to ALWAYS_ACCEPT in this file
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/MeetingActor.scala
Code change :
var guestPolicy = GuestPolicy.ALWAYS_ACCEPT
Now, it will not ask for moderator waiting to guest.

Ghanshyam Katriya
- 1,071
- 1
- 11
- 37