Skip to content
Cloudflare Docs

Picture in Picture

Picture-in-Picture API allows you to render meeting.participants.active participant's video as a floating tile outside of the current webpage's context.

Check support

Picture-in-Picture API might not be supported in your browser. Always check for support before using the API.

const isSupported = meeting.participants.pip.isSupported();

Enable Picture-in-Picture

await meeting.participants.pip.enable();

Disable Picture-in-Picture

await meeting.participants.pip.disable();