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.
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();await meeting.participants.pip.enable();await meeting.participants.pip.disable();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();await meeting.participants.pip.enable();await meeting.participants.pip.disable();