1 Answer
- Newest
- Most votes
- Most comments
0
Hey there! On the permission side, if you would like to allow downloads for the owner and not for collaborators, you can remove the last line of the second config. Note that explicit denies cannot have an override and disallows will need to have a subsequent allow permission to override.
[permissions]
%any% disallow builtin #Dont allow any feature to anyone (can be overridden)
%any% allow display audio-out pointer #Allow everyone to display stream, audio out, and pointer control
%owner% allow builtin #Allow owner of session to have all features
This config means everyone can collaborate, but they are limited to pointer control and audio out. The owner will have all features including download.
I suspect that Nimble Studios is overwriting your configuration. Have you tried updating the default.perm with a custom configuration?
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 8 months ago
- asked 10 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 5 months ago