LocalVideoTrackOptions

data class LocalVideoTrackOptions(isScreencast: Boolean, deviceId: String?, position: CameraPosition?, captureParams: VideoCaptureParameter)

Properties

captureParams
Link copied to clipboard
val captureParams: VideoCaptureParameter
deviceId
Link copied to clipboard
val deviceId: String? = null
Preferred deviceId to capture from.
isScreencast
Link copied to clipboard
val isScreencast: Boolean = false
position
Link copied to clipboard
val position: CameraPosition?

Sources

SDK source
Link copied to clipboard