Skip to content

VideoOptions

Adnan Arnautović edited this page Jan 26, 2023 · 1 revision

VideoOptions(_ cameraOrientation)

Description

Creates an instance of the VideoOptions.

Arguments

  • cameraOrientation: CameraOrientation - Optional enum value representing camera facing mode for local video. Default value is front.

Returns

Example

let videoOptions = VideoOptions(CameraOrientation.front)

cameraOrientation

Description

Getter for the cameraOrientation field.

Returns

  • CameraOrientation - Value of the cameraOrientation field representing camera facing mode.

Example

let cameraOrientation = VideoOptions().cameraOrientation
Clone this wiki locally