This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

How to limit user amount only for certain channels


Akito
 Share

Recommended Posts

  • Administrators

Indeed this is a setting for *every* channel.

There is no native setting for specifying individual channels user limits.

Feel free to check our feature request tracker and submit this as a suggestion with your use case if it does not exist yet.


As an alternative you can use an Ice/GRPC script that catches channel joins of users and checks for a user limit on the channel, and then denies entry.

See http://mumble.sourceforge.net/slice/1.3.0/Murmur/ServerCallback.html#userStateChanged

Maybe such scripts exist already. You will need access to the Ice endpoint of the server for this.

Link to comment
Share on other sites

 Share

×
×
  • Create New...