Our SDKs give you flexibility, scalability, and control for real-time video, live streaming, and recording.
Compatible with any front-end framework. Optional Hooks helper library for React developers.
View docsBuild cross-platform video and audio UIs with our Flutter library — coming soon.
Coming soon
Low-level code in Rust and C++. General release in mid 2023.
Native mobile libraries
Seamlessly integrate real-time video and audio into native apps with Daily’s iOS and Android SDKs.
Daily’s APIs aim for maximum flexibility, a full feature set, and consistency across platforms.
View the docsPower real-time audio and video, RTMP live streaming, and custom-layout recording. Plus features like live transcription, virtual backgrounds, and more.
Detailed docs, lots of sample projects, and tutorials covering both the basics and advanced video and audio topics.
Logs (events and media quality metrics) from every client in every session are visualized in the Daily dashboard and available via REST API endpoints.
Current, detailed usage statistics are shown in the Daily dashboard and available via REST API endpoints.
Our pricing is simple and straightforward, and we publish our volume discounts table. Start for free.
Over-delivering on customer support is one of our core values. We respond quickly to every support request. Enterprise support packages also available.
// Create the call client
let call = DailyIframe.createCallObject();
// Then, join the call!
call.join({url: "https://DOMAIN.daily.co/ROOM"});
Intuitive abstractions
Daily’s libraries combine the ease of a high-level API with the control and flexibility of low-level programming.
// Create the call client
let call = CallClient()
// Then, join the call!
call.join(url: URL(string: "https://DOMAIN.daily.co/ROOM")!)
Intuitive abstractions
Daily’s libraries combine the ease of a high-level API with the control and flexibility of low-level programming.
// Create the call client
val call = CallClient(applicationContext)
// Then, join the call!
launch {
call.join(url = "https://DOMAIN.daily.co/ROOM")
}
Intuitive abstractions
Daily’s libraries combine the ease of a high-level API with the control and flexibility of low-level programming.
Scalable, usage-based pricing specifically for developers
Try a test call Talk to sales