vikash159 Posted January 12, 2015 Share Posted January 12, 2015 I need to know about the mumble rest apis do mumble server provide api to create, remove channel from android client code. i'm using the old android mumble code.Also i need to check do mumble support user to user communication or other possible to communicate user to user.Please reply as soon as possible.Thanks. Quote Link to comment Share on other sites More sharing options...
Moderators fwaggle Posted January 13, 2015 Moderators Share Posted January 13, 2015 I need to know about the mumble rest apis do mumble server provide api to create, remove channel from android client code. i'm using the old android mumble code. No, Mumble's server is extensible via Ice, and you are free to develop your own RESTful API. We have an agreed-upon protocol for exporting the user tree (for use in server "viewers") in both XML and JSON format, but note that not all providers support this (some, like GameTracker I think, have invented their own protocol).Check out Mumble-Django or MumPI for web interfaces that - I believe - also have their own APIs. Also i need to check do mumble support user to user communication or other possible to communicate user to user. I'm not sure what you mean here, do you mean like whispers? Quote Full disclosure: I used to run a commercial Mumble host, and my opinions do not reflect the opinions of the Mumble project. Avatar is stolen from here Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.