-
Notifications
You must be signed in to change notification settings - Fork 0
VideoOptions
Adnan Arnautović edited this page Jan 26, 2023
·
1 revision
Creates an instance of the VideoOptions
.
-
cameraOrientation
:CameraOrientation
- Optional enum value representing camera facing mode for local video. Default value isfront
.
-
VideoOptions
- Instance of theVideoOptions
.
let videoOptions = VideoOptions(CameraOrientation.front)
Getter for the cameraOrientation
field.
-
CameraOrientation
- Value of thecameraOrientation
field representing camera facing mode.
let cameraOrientation = VideoOptions().cameraOrientation
- Prerequisites
- Events
- InfobipRTC
- Call
- IncomingCall
- OutgoingCall
- CallRequest
- CallConversationsRequest
- CallOptions
- VideoOptions
- VideoTrack
- RecordingOptions
- CameraOrientation
- CallPhoneNumberOptions
- CallStatus
- CallError
- DTMFError
- ErrorCode
- RTCUser
- CallDelegate
- CallRingingEvent
- CallEstablishedEvent
- CallUpdatedEvent
- CallHangupEvent
- CallErrorEvent
- InfobipSimulator
- Conference
- ConferenceDelegate
- ConferenceRequest
- ConferenceStatus
- ConferenceError
- ConferenceUser
- NetworkQuality
- NetworkQualityChangedEvent
- NetworkQualityDelegate