Skip to content

CallRecordingStartedEvent

Kenan Genjac edited this page Jul 5, 2024 · 1 revision



recordingType

Description

Returns the recording type with which the call recording was started.

Returns

  • RecordingType - Value of the recordingType field representing recording type preference.

Example

func onCallRecordingStarted(_ callRecordingStartedEvent: CallRecordingStartedEvent) {
    os_log("Started call recording with recording type: %@.", callRecordingStartedEvent.recordingType.stringValue)
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally