UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

9 lines (8 loc) 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.webCameraSharingSchema = void 0; const zod_1 = require("zod"); const serviceCommonTypes_1 = require("./serviceCommonTypes"); exports.webCameraSharingSchema = serviceCommonTypes_1.sharingSchema.extend({ name: zod_1.z.literal(serviceCommonTypes_1.serviceNames.web_camera), });