Skip to main content
This example shows how to embed the Suki React Web SDK in your web application by using an iframe. For the SDK to function correctly, grant the iframe specific permissions to access the microphone and clipboard.

Grant required permissions

  • Microphone access is required for ambient note capture and Dictation.
  • Clipboard access is required for the copy-to-clipboard functionality in note sections.
To enable these features, add the allow attribute to your <iframe> element with the necessary permission values.
Modern browsers restrict access to sensitive APIs like the microphone from within an iframe for security reasons. If you do not explicitly grant permission, core SDK features will fail.

Next steps

Read the Advanced configuration example to learn how to configure the Suki SDK.
Last modified on July 23, 2026