RecordingJobStateInformation constructor
RecordingJobStateInformation({})
Implementation
RecordingJobStateInformation({
required this.recordingToken,
required this.state,
required this.sources,
this.tracks,
this.extension,
});