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 always_accept_auth guest-policy #38

Closed SamuelWei closed 4 years ago

SamuelWei commented 4 years ago

This pull request adds the not officially supported always_accept_auth guest policy and explains the usage in the readme and source code.

Further reading https://github.com/bigbluebutton/bigbluebutton/search?q=ALWAYS_ACCEPT_AUTH&unscoped_q=ALWAYS_ACCEPT_AUTH https://github.com/bigbluebutton/bigbluebutton/issues/9651 https://github.com/bigbluebutton/bigbluebutton/issues/9099 https://github.com/bigbluebutton/bigbluebutton/blob/41f19a2cd1bc7dae76cbd805cdc3ddfbf1e6ab18/akka-bbb-apps/src/main/scala/org/bigbluebutton/core/models/GuestsWaiting.scala#L85

matiasilva commented 4 years ago

@SamuelWei If you have the time please add the same clarification to the official documentation :)