You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

VoiceUserData

export declare interface VoiceUserData
export declare interface VoiceUserData
The known data for a user in a Discord voice connection.
audioSSRC:number
The SSRC of the user's audio stream.
userId:string
The Discord user id of the user.
videoSSRC?:number
The SSRC of the user's video stream (if one exists) Cannot be 0. If undefined, the user has no video stream.