Supported features
The following Omni features can currently be enabled through theallow parameter in iframe declarations:
Allow copying in embed iframes
Access to the viewing device’s clipboard is restricted by default. This means that when you click on a data value within Omni and select Copy value, the value will not be copied to your clipboard. To allow clipboard access, addallow="clipboard-write" to your iframe declaration:
Restrict copying by domain
To only allow copying from a specific domain, modify theallow clause to include the specific domain:
Allow Omni Agent voice mode in embed iframes
When using the Omni Agent’s voice mode feature, microphone access will be blocked unless explicitly allowed. Addingallow="microphone" to your iframe declaration will enable voice mode:
Allow full screen mode in embed iframes
Embedded dashboards, workbooks, and apps can request native browser fullscreen when a viewer uses the full screen toggle, hiding browser and OS chrome for a distraction-free presentation. To enable this functionality for embedded content, addallow="fullscreen":
Combining embed iframe permissions
A singleallow attribute can include multiple permissions. For example, to enable both voice mode and value copying:

