Skip to content

RoomRecordingStartedEvent

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



recordingType

Description

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

Returns

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

Example

func onRoomRecordingStarted(_ roomRecordingStartedEvent: RoomRecordingStartedEvent) {
    os_log("Started Room recording with recording type: %@.", roomRecordingStartedEvent.recordingType.stringValue)
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally