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:
Name | Type | Default | Description |
---|---|---|---|
status | VTRecordingStatus | - | The recording status. |
participant | VTParticipant? | nil | The participant who started the recording. |
startTimestamp | NSNumber? | nil | The timestamp that informs when the recording started. |
Updated over 1 year ago