UNPKG

msg91-webrtc-call

Version:

**msg91-webrtc-call** is a lightweight JavaScript SDK that enables you to easily add peer-to-peer WebRTC audio/video calling functionality to your web applications using the MSG91 infrastructure.

10 lines (9 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserSchema = void 0; const zod_1 = require("zod"); exports.UserSchema = zod_1.z.object({ id: zod_1.z.string(), name: zod_1.z.string(), picture: zod_1.z.string().optional(), });