UNPKG

@100mslive/roomkit-web

Version:

A web component implementation of 100ms Prebuilt component

16 lines (15 loc) 424 B
// src/index.js import r2wc from "@r2wc/react-to-web-component"; import { HMSPrebuilt } from "@100mslive/roomkit-react"; var HMSPrebuiltWebComponent = r2wc(HMSPrebuilt, { props: { roomCode: "string", authToken: "string", roomId: "string", role: "string", options: "json", onLeave: "function" } }); customElements.define("hms-prebuilt", HMSPrebuiltWebComponent); //# sourceMappingURL=index.js.map