Learn how to use the Suki SDK inside an iframe.
This guide explains how to integrate the Suki SDK within an iframe, allowing you to embed the Suki Assistant in your web applications.
When embedding the Suki SDK within an iframe, make sure to grant microphone and clipboard permissions to the iframe. These permissions are required for features such as ambient note capture and clipboard-based copy functionality to work correctly.
Modern browsers restrict certain APIs in iframes unless explicitly permitted. You can use the allow attribute on the <iframe>
element to enable microphone and clipboard access: