Skip to content

Commit 322df3f

Browse files
docs(realtimekit): add FAQ about demo app iframe usage (#28441)
* docs(realtimekit): add FAQ about demo app iframe usage * docs(realtimekit): adding suggested changes Co-authored-by: Swapnil Madavi <30936566+swapnilmadavi@users.noreply.github.com> --------- Co-authored-by: Swapnil Madavi <30936566+swapnilmadavi@users.noreply.github.com>
1 parent 32f0e0a commit 322df3f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

  • src/content/docs/realtime/realtimekit

src/content/docs/realtime/realtimekit/faq.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,19 @@ If this does not solve the issue, check if your framework is blocking the UI. Fr
182182
If you are still unable to send a message, please contact support.
183183

184184
</Details>
185+
186+
### Demo App
187+
188+
<Details header="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.
199+
200+
</Details>

0 commit comments

Comments
 (0)