createTransparentFrame()
createTransparentFrame({properties})
Compatibility:
Prebuilt
Custom
A convenience method that creates a DailyCall
client controlling a full-page overlay transparent Daily Prebuilt iframe that ignores all pointer events.
By default, only one call frame instance is supported at a time and the constructor will throw an
Error
if multiple are detected. Starting in daily-js 0.67.0
, multiple instances are supported on an opt in basis. To opt-in, setallowMultipleCallInstances
to true
in your factory method's properties. and checkout this guide for more information.