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