# RecIt Callbacks

RecIt Callbacks have 3 parameters

  • display, id of the task
  • message, type of the event
  • data, detailed information about the event

message and data for all events are described below.

message data
task-started
task-stopped
task-cancelled
record-started String recordName
record-stopped String recordName
record-failed String recordName
video-upload-success RecordFile fileInfo
video-upload-failed String error