videoSources

inline fun <T : VideoSource> videoSources(): List<T>

Returns a list of available video sources matching the given class. The possible VideoSource types are:

  • CameraVideoSource


val videoSources: List<VideoSource>

Returns the list of the various video sources available on the current device. The possible VideoSource types are:

  • CameraVideoSource