Logo

Proficonf Iframe API

Enhance your product with full-featured video chat.
Click "Start" to explore some of the features.

Powerful meeting room

verified Up to 250 participants at a time

verified Full management of the participants

verified Cloud recording, Auto recording

verified Live streaming, Multistreaming

verified Share everything (Screen, Files, Whiteboard, YouTube, etc)

verified REST API & Webhooks

verified Easy to embed via iframe

verified Fully customizable UI

verified Branding

Embed with a few lines of code
const room = Proficonf.create({
    meetingUrl: 'https://proficonf.com/j/5d0KdZPmiks/',
    user: {
        name: 'Demo Tester',
        locale: 'en'
    }
});

// Subscribe to events
room.on('participantJoined', (event) => {
    console.log('Participant joined', event.participant.name);
});

// Control everything
await room.join();
await room.enableCamera();
await room.enableMicrophone();
await room.startScreenSharing();
Event log

            
Controls
Branding
Interface