• Change leaveUrl after participants join the meeting.

    Parameters

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

        Callback function in the event of an error.

      • leaveUrl: number

        The URL to redirect participants who leave the meeting.

      • Optional success?: Function

        Callback function on success.

    Returns void

    Rate Limit

    1s