• Occurs when the status changes for the camera in control.

    Parameters

    • payload: {
          isControlled: boolean;
          userId?: number;
      }

      the event detail

      • isControlled: boolean

        Is controlled by other user.

      • Optional userId?: number

        The ID of the user in control.

    Returns void