Zoom Meeting SDK for Web
    Preparing search index...

    Function rename

    • 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;
        }
        • Optionalerror?: Function

          Callback function in the event of an error.

        • newName: string

          The participant's new name.

        • oldName: string

          The participant's current name.

        • Optionalsuccess?: Function

          Callback function on success.

        • userId: number

          The participant's user ID.

      Returns void

      5s