UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

7 lines (6 loc) 246 B
import { allowedWidgetNames } from './constants'; import { sharingSchema } from './widgetCommonSchema'; import { z } from 'zod'; export const webCameraSharingSchema = sharingSchema.extend({ name: z.literal(allowedWidgetNames.web_camera), });