summary refs log tree commit diff
path: root/src/schemas/webrtc/VoiceIdentifySchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/webrtc/VoiceIdentifySchema.ts')
-rw-r--r--src/schemas/webrtc/VoiceIdentifySchema.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/schemas/webrtc/VoiceIdentifySchema.ts b/src/schemas/webrtc/VoiceIdentifySchema.ts

index 203020b86..f437fbdb3 100644 --- a/src/schemas/webrtc/VoiceIdentifySchema.ts +++ b/src/schemas/webrtc/VoiceIdentifySchema.ts
@@ -28,7 +28,6 @@ export interface VoiceIdentifySchema { rid: string; quality: number; }[]; - // Discord keeps changing the property name of this, probably will keep changing until Dave is finalized - max_secure_frames_version?: number; - max_dave_protocol_version?: number; + max_secure_frames_version?: number; // pre-release Dave max version field + max_dave_protocol_version?: number; // final Dave max version field }