• Start, pause, or stop media capture. Use ZoomMtg.inMeetingServiceListener('onMediaCaptureStatusChange', function({status: 0|1|2, userId}){}) to listen for the media capture status.

    Parameters

    • args: {
          error?: Function;
          record: string;
          success?: Function;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • record: string

        record values = "start" | "pause" | "stop"

      • Optional success?: Function

        Callback function on success.

    Returns void