• Renames the participant. Host or co-host only. The userId and oldName must be correct for this operation to succeed.

    Parameters

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

        Callback function in the event of an error.

      • newName: string

        The participant's new name.

      • oldName: string

        The participant's current name.

      • Optional success?: Function

        Callback function on success.

      • userId: number

        The participant's user ID.

    Returns void

    Rate Limit

    5s