mumble-voip / mumblekit

Objective-C-based Mumble client framework for iOS and Mac OS X
http://mumble-voip.github.com/mumblekit/
BSD 3-Clause "New" or "Revised" License
154 stars 70 forks source link

Admin Actions from iOS #20

Open nziebart opened 11 years ago

nziebart commented 11 years ago

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

mkrautz commented 11 years ago

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.

nziebart commented 11 years ago

OK, will do. Thanks for the reply.