VTRecordingDelegate

The VTRecordingDelegate model allows subscribing to callbacks that inform about recording status updates.

Methods

recordingStatusUpdated

recordingStatusUpdated(status: VTRecordingStatus, participant: VTParticipant, startTimestamp: NSNumber?)

Called when a recording status changes.

Parameters:

NameTypeDefaultDescription
statusVTRecordingStatus-The recording status.
participantVTParticipant?nilThe participant who started the recording.
startTimestampNSNumber?nilThe timestamp that informs when the recording started.