bigbluebutton-Github/bigbluebutton-html5/private/config/public/acl.yaml

33 lines
598 B
YAML
Raw Normal View History

2017-06-01 01:54:43 +08:00
acl:
viewer:
subscriptions:
- 'users'
- 'cursor'
- 'screenshare'
2017-06-01 01:54:43 +08:00
- 'meetings'
2017-06-02 01:32:04 +08:00
- 'polls'
2017-06-05 22:16:19 +08:00
- 'chat'
2017-06-01 01:54:43 +08:00
- 'presentations'
- 'shapes'
- 'slides'
- 'captions'
- 'breakouts'
2017-08-01 21:10:12 +08:00
- 'voiceUsers'
2017-06-01 01:54:43 +08:00
methods:
- 'listenOnlyToggle'
- 'userLogout'
- 'setEmojiStatus'
- 'publishVote'
- 'sendChat'
moderator:
methods:
2017-07-17 20:00:18 +08:00
- 'assignPresenter'
2017-06-01 01:54:43 +08:00
- 'kickUser'
- 'muteUser'
- 'unmuteUser'
2017-06-05 22:16:19 +08:00
presenter:
methods:
- 'assignPresenter'
2017-06-01 01:54:43 +08:00
- 'switchSlide'
- 'switchSlideMessage'