@zoom/rtms
    Preparing search index...

    Type Alias ActiveSpeakerEventCallback

    ActiveSpeakerEventCallback: (
        timestamp: number,
        userId: number,
        userName: string,
    ) => void

    Callback function for active speaker change events

    Type Declaration

      • (timestamp: number, userId: number, userName: string): void
      • Parameters

        • timestamp: number

          Unix timestamp in milliseconds

        • userId: number

          The user ID of the active speaker

        • userName: string

          The display name of the active speaker

        Returns void