-
Notifications
You must be signed in to change notification settings - Fork 2
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 therecordingTypefield representing recording type preference.
let recordingType = RecordingOptions().recordingType