Skip to content

Function: getCaptureSession()

ts
function getCaptureSession(): CaptureSession;

Defined in: Calls.ts:207

Gets the current capture session state.

Returns information about the capture session including camera permission status.

Returns

CaptureSession

The current capture session state.

Released under the MIT License.