interface CameraKitState {
    isSessionReady: boolean;
}

Properties

Properties

isSessionReady: boolean