kord icon indicating copy to clipboard operation
kord copied to clipboard

Implement Media Sink Wants in Voice

Open viztea opened this issue 1 year ago • 3 comments

Adds a new voice gateway command (op code 15) that controls whether the voice server sends voice packets to the bot.

Still a bit unsure on the API since Kord voice allows setting the deafen value when joining and the streams implementation to use.

viztea avatar Dec 12 '23 12:12 viztea

i'm curious, are there any resources to read up on this feature? it isn't documented in the discord developer portal yet

lukellmann avatar Dec 20 '23 18:12 lukellmann

i'm curious, are there any resources to read up on this feature? it isn't documented in the discord developer portal yet

It isn't documented, just like voice receive (which is supported by kord voice), this was discovered through reverse engineering the official Discord Client.

viztea avatar Dec 20 '23 23:12 viztea

Functionality-wise LGTM.

lost-illusi0n avatar Dec 23 '23 10:12 lost-illusi0n