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