← Cloudflare Realtime / realtime / realtimekit / core / remote-participants
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.
Picture-in-Picture is not available on this platform.
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();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();