onvif
    Preparing search index...

    Interface CreateRecordingJobResponse

    interface CreateRecordingJobResponse {
        jobConfiguration: RecordingJobConfiguration;
        jobToken: string;
    }
    Index
    jobConfiguration: RecordingJobConfiguration

    The JobConfiguration structure shall be the configuration as it is used by the device. This may be different from the JobConfiguration passed to CreateRecordingJob.

    jobToken: string

    The JobToken shall identify the created recording job.