LocalVideoTrackOptions

data class LocalVideoTrackOptions(    val isScreencast: Boolean = false,     val deviceId: String? = null,     val position: CameraPosition? = CameraPosition.FRONT,     val captureParams: VideoCaptureParameter = VideoPreset169.H720.capture)

Constructors

Link copied to clipboard
constructor(isScreencast: Boolean = false, deviceId: String? = null, position: CameraPosition? = CameraPosition.FRONT, captureParams: VideoCaptureParameter = VideoPreset169.H720.capture)

Properties

Link copied to clipboard
Link copied to clipboard
val deviceId: String? = null

Preferred deviceId to capture from. If not set or found, will prefer a camera according to position

Link copied to clipboard
val isScreencast: Boolean = false
Link copied to clipboard