-
Notifications
You must be signed in to change notification settings - Fork 3
DialogRecordingStartedEvent
Kenan Genjac edited this page Jul 5, 2024
·
1 revision
Returns the recording type with which the dialog recording was started.
-
RecordingType
- Value of therecordingType
field representing recording type preference.
func onDialogRecordingStarted(_ dialogRecordingStartedEvent: DialogRecordingStartedEvent) {
os_log("Started dialog recording with recording type: %@.", dialogRecordingStartedEvent.recordingType.stringValue)
}