|  Developer
Updated on May 17, 2022

stop_recording

Connection type:

  • Vidoo4Hub sends an event to vidoo box whenever “stop_recording” item value is set as active

NOTE: Vidoo4Hub will automatically reset the “stop_recording” item to default value

Edit
Field Type Required Description
camera_id string + Camera id
Edit
Edit
				
					{
  "id": "id",
  "method": "stop_recording",
  "params": {
    "camera_id": "camera1"
  }
}				
			
Edit