iframe()
Prebuilt
Custom
Returns the HTMLIFrameElement that wraps the Daily Prebuilt call, or null if no iframe exists.
Return value
ReturnsHTMLIFrameElement | null.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the iframe DOM element wrapping the Daily Prebuilt call.
iframe()
Prebuilt
Custom
Returns the HTMLIFrameElement that wraps the Daily Prebuilt call, or null if no iframe exists.
HTMLIFrameElement | null.
const el = call.iframe();
if (el) {
el.style.borderRadius = '12px';
}