Zoom Meeting SDK for Web
    Preparing search index...

    Function leaveMeeting

    • Leaves the meeting. If the host leaves, the meeting will end.

      Parameters

      • args: {
            cancelCallback?: Function;
            confirm?: boolean;
            error?: Function;
            success?: Function;
        }
        • OptionalcancelCallback?: Function

          =2.9.0 callback when click cancel.

        • Optionalconfirm?: boolean

          =2.9.0 default is false, if confirm = true, will show leave option, not leave direct.

        • Optionalerror?: Function

          Callback function in the event of an error.

        • Optionalsuccess?: Function

          Callback function on success.

      Returns void