nah4891 Posted August 10, 2012 Share Posted August 10, 2012 Hi. I have a question.In adroid client, I can get current user list in mumble server using getUserList(). But, In linux client, I can't find same function to get the user list from connected mumble server. Let me know how to get current user list in linux client. Thanks. Link to comment Share on other sites More sharing options...
Administrators kissaki Posted August 10, 2012 Administrators Share Posted August 10, 2012 Eh, what?Are you talking about source code?Which android? Link to comment Share on other sites More sharing options...
nah4891 Posted August 13, 2012 Author Share Posted August 13, 2012 Maybe, I got the android client from "pcgod / mumble-android" in github site. In source code, I found "public List getUserList() { return Collections.unmodifiableList(users); }", and I could get user list in mumble server. Thanks. Link to comment Share on other sites More sharing options...
Administrators kissaki Posted August 13, 2012 Administrators Share Posted August 13, 2012 Client and server are fundamentallly different.In the client, if you have the edit ACL permission (afaik), you can choose server -> registered users to get a list of registered users Link to comment Share on other sites More sharing options...
nah4891 Posted August 14, 2012 Author Share Posted August 14, 2012 Thank you very much!! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now