mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(voice): always install Davey as DAVE is becoming required (#11385)
* fix(voice): always install Davey as DAVE is becoming required * chore: requested changes --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -62,13 +62,13 @@ After this, you'll be able to play Ogg and WebM Opus files without any other dep
|
||||
- [`@noble/ciphers`](https://www.npmjs.com/package/@noble/ciphers)
|
||||
- [`libsodium-wrappers`](https://www.npmjs.com/package/libsodium-wrappers)
|
||||
|
||||
#### DAVE Protocol Support
|
||||
#### DAVE Protocol Support for end-to-end encryption of voice audio
|
||||
|
||||
- [`@snazzah/davey`](https://www.npmjs.com/package/@snazzah/davey) - to enable end-to-end encryption with the DAVE protocol.
|
||||
- [`@snazzah/davey`](https://www.npmjs.com/package/@snazzah/davey)
|
||||
|
||||
<Callout>
|
||||
Some Discord clients already require the DAVE protocol for end-to-end encryption in voice chat. Ensure you have
|
||||
`@snazzah/davey` installed to avoid compatibility issues.
|
||||
At this time, `@snazzah/davey` is the only supported DAVE protocol library in this package, and comes pre-installed.
|
||||
In the future, we may support other libraries once they are created.
|
||||
</Callout>
|
||||
|
||||
<Callout>
|
||||
|
||||
Reference in New Issue
Block a user