-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Could there be a permission node for each broadcaster? Example like autobroadcaster.see.default and autobroadcaster.see.second_broadcaster so we can separate which group sees which broadcaster
autobroadcaster {
# Here you can define all the broadcaster that you need.
broadcasters {
# This is a default broadcaster. You can rename it and modified as you want.
default {
#...
# Configuration parameters as before
}
second_broadcaster {
#...
# Same parameters as the default broadcaster
}
}
}