-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACL admin and mute/unmute control #46
Comments
In principle, this client should be able to do any admin tasks that the standard qt client can do. Most admin stuff isn't implemented however |
I would like to add some question of mine: |
Take a look at the docs under authentication. There you should see how to login as an admin. |
Thanks, that brought me one step closer. I am now sending a token for the player which is set on the murmur server with all rights for all channels. When trying to enter a subchannel, that is only allowed for that token, it works like a charm. But when I try to create a new channel (temp and non temp), I receive a PermissionDenied (certificate missing) error. I wonder, why then joining the subchannel works, but not creating a new one. I have looked into the docs, but haven't understood yet, how the certificate is being transmitted. Can you give me a hint on how I could integrate sending the certificate into the Unity app? |
I'm actually also not sure how the certificate is transferred. There's not much mention of it in the docs, and I don't see a spot for it in the proto. It might need to be used with the tcp socket, but I'm not sure. You may have luck looking through the main mumble codebase and see how they handle it. |
Hello, I was wondering if it's possible to admin the server using this client, for example changing ACL or muting/unmuting users in some way. I managed to do some of it sending my own codes to mute/unmute clients but not using Mumble protocol. Any tips? Thanks.
The text was updated successfully, but these errors were encountered: