Skip to content

DialogRecordingStartedEvent

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



recordingType

Description

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

Returns

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

Example

func onDialogRecordingStarted(_ dialogRecordingStartedEvent: DialogRecordingStartedEvent) {
    os_log("Started dialog recording with recording type: %@.", dialogRecordingStartedEvent.recordingType.stringValue)
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally