UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

10 lines (9 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.webCameraSharingSchema = void 0; const constants_1 = require("./constants"); const widgetCommonSchema_1 = require("./widgetCommonSchema"); const zod_1 = require("zod"); exports.webCameraSharingSchema = widgetCommonSchema_1.sharingSchema.extend({ name: zod_1.z.literal(constants_1.allowedWidgetNames.web_camera), });