-
Notifications
You must be signed in to change notification settings - Fork 3
RecordingOptions
Adnan Mujagić edited this page Jun 11, 2024
·
2 revisions
Creates an instance of the RecordingOptions
.
-
recordingType
:RecordingType
- Optional enum value representing recording type preference. Default value isundefinied
.
-
RecordingOptions
- Instance of theRecordingOptions
.
let recordingOptions = RecordingOptions(RecordingType.audio_and_video)
Getter for the recordingType
field.
-
RecordingType
- Value of therecordingType
field representing recording type preference.
let recordingType = RecordingOptions().recordingType