Is it possible to kick/mute/set priority speaker, etc, from the MumbleKit classes? Looking through the code it appears that this would involve something like sending a UserState message.. but it doesn't appear to be implemented anywhere.
Most stuff isn't there, because the Mumble for iOS client do not support those things yet. If you want to implement some of the actions, feel free to send a pull request.
Is it possible to kick/mute/set priority speaker, etc, from the MumbleKit classes? Looking through the code it appears that this would involve something like sending a UserState message.. but it doesn't appear to be implemented anywhere.
Thanks