Can you have a paywall on a mumble server so users will have to pay to use the server? Is the following functionality possible for a Mumble server to automate access tokens for registered users?
- An API call to see if a register username is taken on the server
- An API call to give a registered user an access token
- An API call to remove a registered users access token
- Disable voice and text chat on root room on a server
- Kick users that stay in root room on server after X seconds
And is it possible to give an access token to a user who has not even connected to the server?
You must log in or register to comment.