You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/realtime/realtimekit/faq.mdx
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,3 +182,19 @@ If this does not solve the issue, check if your framework is blocking the UI. Fr
182
182
If you are still unable to send a message, please contact support.
183
183
184
184
</Details>
185
+
186
+
### Demo App
187
+
188
+
<Detailsheader="Can I use the Cloudflare hosted demo app or examples in my website as an iframe?">
189
+
190
+
We strongly recommend against embedding the Cloudflare hosted demo app or examples as an iframe in your website, even if you pass authentication tokens via URL parameters.
191
+
192
+
Instead, set up the default meeting UI in your own website by following the [UI Kit setup guide](/realtime/realtimekit/ui-kit/) or deploy the [RealtimeKit web examples](https://github.com/cloudflare/realtimekit-web-examples/) under your own domain. The effort required for either approach is minimal and provides significant benefits:
193
+
194
+
-**Control**: You maintain full control over the user experience, structure, and interface.
195
+
-**Stability**: Your implementation remains consistent and will not change overnight, protecting your product from sudden disruptions.
196
+
-**Reliability**: You control when and how to upgrade, ensuring a stable experience for your users.
197
+
198
+
The demo app and example applications may be updated at any time without prior notice.
0 commit comments