mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-25 20:11:06 +00:00
update schema for voiceIdentify
This commit is contained in:
@@ -20,6 +20,7 @@ export interface VoiceIdentifySchema {
|
||||
server_id: string;
|
||||
user_id: string;
|
||||
session_id: string;
|
||||
channel_id?: string;
|
||||
token: string;
|
||||
video?: boolean;
|
||||
streams?: {
|
||||
@@ -27,5 +28,7 @@ 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user