diff --git a/deno/voice/v4.ts b/deno/voice/v4.ts index 7a010ce1..46935c42 100644 --- a/deno/voice/v4.ts +++ b/deno/voice/v4.ts @@ -156,6 +156,10 @@ export enum VoiceCloseCodes { * We didn't recognize your encryption */ UnknownEncryptionMode, + /** + * E2EE/DAVE protocol required + */ + EndToEndEncryptionDAVEProtocolRequired, /** * You sent a malformed request */ diff --git a/deno/voice/v8.ts b/deno/voice/v8.ts index 7b46772b..9635f03c 100644 --- a/deno/voice/v8.ts +++ b/deno/voice/v8.ts @@ -152,6 +152,10 @@ export enum VoiceCloseCodes { * We didn't recognize your encryption */ UnknownEncryptionMode, + /** + * E2EE/DAVE protocol required + */ + EndToEndEncryptionDAVEProtocolRequired, /** * You sent a malformed request */ diff --git a/voice/v4.ts b/voice/v4.ts index 7a010ce1..46935c42 100644 --- a/voice/v4.ts +++ b/voice/v4.ts @@ -156,6 +156,10 @@ export enum VoiceCloseCodes { * We didn't recognize your encryption */ UnknownEncryptionMode, + /** + * E2EE/DAVE protocol required + */ + EndToEndEncryptionDAVEProtocolRequired, /** * You sent a malformed request */ diff --git a/voice/v8.ts b/voice/v8.ts index 7b46772b..9635f03c 100644 --- a/voice/v8.ts +++ b/voice/v8.ts @@ -152,6 +152,10 @@ export enum VoiceCloseCodes { * We didn't recognize your encryption */ UnknownEncryptionMode, + /** + * E2EE/DAVE protocol required + */ + EndToEndEncryptionDAVEProtocolRequired, /** * You sent a malformed request */