littleredbutton / bigbluebutton-api-php

Unofficial (but better) PHP API for @BigBlueButton
GNU Lesser General Public License v3.0
25 stars 12 forks source link

Add guest policy on MeetingParameters. #15

Closed Yurujai closed 4 years ago

Yurujai commented 4 years ago

The original issue is here: https://github.com/bigbluebutton/bigbluebutton-api-php/issues/80

SamuelWei commented 4 years ago

We should also add the guest parameter to the JoinMeetingParameters, otherwise the guest settings are ignored.

https://docs.bigbluebutton.org/dev/api.html#create

Default guestPolicy=ALWAYS_ACCEPT. Will set the guest policy for the meeting. The guest policy determines whether or not users who send a join request with guest=true will be allowed to join the meeting. Possible values are ALWAYS_ACCEPT, ALWAYS_DENY, and ASK_MODERATOR.