Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Daily JS
Exit fullscreen mode in Daily Prebuilt.
exitFullscreen()
void
document.getElementById('exit-fullscreen-btn').onclick = () => { call.exitFullscreen(); }; call.on('exited-fullscreen', () => { // Fullscreen has exited — update UI accordingly document.getElementById('exit-fullscreen-btn').hidden = true; });