20 lines
887 B
Markdown
20 lines
887 B
Markdown
# Prebuilt UI Examples
|
|
|
|
Daily Prebuilt makes it easy for developers to add video calls — in minutes — to any site or app. Out-of-the-box features include 1,000 person calls, recording, dual screen sharing, and more. Our secure infrastructure is trusted worldwide, from startups to Fortune 500 companies.
|
|
|
|
These examples demonstrate how to customise and extend the prebuilt UI.
|
|
|
|
---
|
|
|
|
## Examples
|
|
|
|
### [✅ Basic embed](./basic-embed)
|
|
Embeds [Daily Prebuilt](https://docs.daily.co/prebuilt), a ready-to-use video chat interface, into a Next.js app.
|
|
|
|
### [💬 Chat overlay](./chat-overlay)
|
|
Uses the Daily [sendAppMessage()](https://docs.daily.co/reference/daily-js/instance-methods/send-app-message#main) method to add a custom chat around a Daily Prebuilt call.
|
|
|
|
### [🤙 iOS WebView](./ios-webview)
|
|
|
|
Shows how to wrap the prebuilt UI in a native iOS application (using WKWebView)
|