Skip to main content
iframe() Prebuilt Custom Returns the HTMLIFrameElement that wraps the Daily Prebuilt call, or null if no iframe exists.

Return value

Returns HTMLIFrameElement | null.

Example

const el = call.iframe();
if (el) {
  el.style.borderRadius = '12px';
}

See also