support direct whisper audio to channel or user
minghan9456 opened this issue · 3 comments
minghan9456 commented
Hi
How can I make mumble-client
support directing whisper audio.
I already check mumble.proto VoiceTarget
But I have no idea how to use it on client.connectVoiceStream
Can you give some tips?
I can work on it.
Johni0702 commented
Don't think there's currently a method to send VoiceTarget messages.
Once you have sent one, you can send sound to it by passing its id as the target
to
Line 248 in 22f5b27
minghan9456 commented
It works.
Thanks so much!!
minghan9456 commented
Do you need this function?
I can create a pull request about add new function setVoiceTarget
in client.js for whisper audio to channel or user.