UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

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