yotam Posted October 22, 2015 Share Posted October 22, 2015 hello , i am trying to build a plugin that will tell me who is talking at the moment for a university project.as i don't have too much software background im having a hard time to understand how can i interact with mumble with my own code im writing?also i saw that mumble uses the function "ClientUser::getTalking()" can i use it? if so how?i will appreciate any help i can get :) Link to comment Share on other sites More sharing options...
Moderators fwaggle Posted October 24, 2015 Moderators Share Posted October 24, 2015 I'm assuming by "plugin" you mean an Ice script to connect to the server, as we really don't have a general-purpose plugin interface for the client. Have you looked at the way the various implementations of the channel viewer protocol do it? Most of them, IIRC, simply look at how long each user has been idle. Idle == 0 means that user is talking - I don't think we expose an "is talking" property over Ice. 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...
hamie Posted June 14, 2016 Share Posted June 14, 2016 You ever get anywhere with this? 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