• Set active speaker. Only the parent node can set active speakers. The parent node needs to have joined audio and unmute, the child node needs leave audio.

    Parameters

    • args: {
          error?: Function;
          success?: Function;
          userId: number;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • Optional success?: Function

        Callback function on success.

      • userId: number

        userId A valid user ID in the current meeting.

    Returns any

    Rate Limit

    1s