Skip to content

Commit 5891b91

Browse files
committed
feat(VoiceCloseCodes): add enum for DAVE protocol required
1 parent 839531b commit 5891b91

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Typings/Voice/VoiceManager.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ export const enum VoiceCloseCodes {
138138
*/
139139
UnknownEncryptionMode,
140140

141+
/**
142+
* This channel requires a client supporting [E2EE via the DAVE Protocol](https://docs.discord.com/developers/topics/voice-connections#end-to-end-encryption-dave-protocol)
143+
*/
144+
DAVEProtocolRequired,
145+
141146
/**
142147
* You sent a malformed request.
143148
*/

0 commit comments

Comments
 (0)