Skip to main content

2 posts tagged with "getClientFiles"

View All Tags

A Developer's Guide to Building a Custom Video Chat UI with Plug-N-Meet's Headless API

· 6 min read
Jibon L. Costa
Founding developer

You've successfully integrated Plug-N-Meet into your application. You can create rooms, generate join tokens, and embed the client in an <iframe>. It's fast and it works. But now you want to go deeper. You want to break out of the <iframe> box and build a truly seamless user experience where the video client feels like a native part of your application's UI.

This is where Plug-N-Meet's "headless" integration mode comes in.

This guide is for developers who want to move beyond basic embedding. We'll show you how to use the powerful getClientFiles API to render the Plug-N-Meet client directly into your own page's DOM, giving you ultimate control over layout, branding, and the user experience.

From Iframe to Integration: A Developer's Guide to White-Labeling Plug-N-Meet

· 5 min read
Jibon L. Costa
Founding developer

In our popular guide, "How to Build a Video Conferencing App in Under an Hour," we showed you how to get a fully functional video meeting running by simply embedding a URL in an <iframe>. It’s a fantastic way to get started, but to build a truly professional and seamless product, you need to go deeper.

An <iframe> is a box. It isolates the meeting client from your main application, creating a visible separation that can feel clunky and limit your branding potential.

This guide is the next step in your developer journey. We will show you how to break out of the box and create a deeply integrated, fully white-labeled video conferencing experience using Plug-N-Meet's powerful "headless" integration and design customization APIs.