MediaCapture

Deprecated

The kvision-cordova module is deprecated and will be removed in a future version.

Main media capture object.

Types

Functions

Link copied to clipboard

Add listeners for pending capture Cordova events.

Link copied to clipboard
suspend fun captureAudio(limit: Number = 1, duration: Number? = null): Result<List<MediaFile>>

Capture audio file(s).

Link copied to clipboard
suspend fun captureImage(limit: Number = 1): Result<List<MediaFile>>

Capture image file(s).

Link copied to clipboard
suspend fun captureVideo(limit: Number = 1, duration: Number? = null, lowQuality: Boolean = false): Result<List<MediaFile>>

Capture video file(s).