EmbarkStudios / discord-sdk

An open implementation of the Discord Game SDK in Rust
Apache License 2.0
150 stars 10 forks source link

Add support for Voice #15

Closed Jake-Shadle closed 3 years ago

Jake-Shadle commented 3 years ago

Even though Voice is being deprecated, we're hoping to use Lobbies in the short term to get voice chat support. This works well, but one missing piece is that when joined to a lobby voice channel, you hear everyone, and everyone can hear you, which is fine for internal playtests, but might be a bit tedious with real users. Adding support for the Voice API in the SDK would allow us to add support for self muting and un/muting of other players in the lobby.