Hierarchy

  • VoiceClientEvents

Properties

close: ((error?: VoiceError) => void)

Type declaration

connected: (() => void)

Type declaration

    • (): void
    • Returns void

error: ((error: Error) => void)

Type declaration

    • (error: Error): void
    • Parameters

      • error: Error

      Returns void

ready: (() => void)

Type declaration

    • (): void
    • Returns void

selfDeafenUpdate: ((isDeaf: boolean) => void)

Type declaration

    • (isDeaf: boolean): void
    • Parameters

      • isDeaf: boolean

      Returns void

startProduce: ((type: "audio") => void)

Type declaration

    • (type: "audio"): void
    • Parameters

      • type: "audio"

      Returns void

status: ((status: VoiceStatus) => void)

Type declaration

stopProduce: ((type: "audio") => void)

Type declaration

    • (type: "audio"): void
    • Parameters

      • type: "audio"

      Returns void

userJoined: ((user: VoiceParticipant) => void)

Type declaration

userLeft: ((user: VoiceParticipant) => void)

Type declaration

userStartProduce: ((user: VoiceParticipant, type: "audio") => void)

Type declaration

userStopProduce: ((user: VoiceParticipant, type: "audio") => void)

Type declaration