Skip to content

RecordingOptions

Adnan Mujagić edited this page Jun 11, 2024 · 2 revisions



init(recordingType)

Description

Creates an instance of the RecordingOptions.

Arguments

  • recordingType: RecordingType - Optional enum value representing recording type preference. Default value is undefinied.

Returns

Example

let recordingOptions = RecordingOptions(RecordingType.audio_and_video)



recordingType

Description

Getter for the recordingType field.

Returns

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

Example

let recordingType = RecordingOptions().recordingType

Tutorials

Migration guides

Reference documentation

Clone this wiki locally