Camera Provider
interface CameraProvider
An interface declaring a provider of camera capturers.
Properties
Functions
Link copied to clipboard
If the return value of this method is false, this provider will be skipped when querying providers to use.
Link copied to clipboard
abstract fun provideCapturer(context: Context, options: LocalVideoTrackOptions, eventsHandler: CameraEventsDispatchHandler): VideoCapturer
Link copied to clipboard