interface VoiceUserData

export 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.

optional
videoSSRC? : number

The SSRC of the user's video stream (if one exists) Cannot be 0. If undefined, the user has no video stream.