Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tavus.io/llms.txt

Use this file to discover all available pages before exploring further.

Tavus Conversational Video Interface (CVI) runs on Daily rooms. After you create a conversation, use the returned conversation_url wherever Daily’s docs refer to a room URL. On web, you can embed with our React component library (@tavus/cvi-ui, built on @daily-co/daily-js / @daily-co/daily-react) or follow Embed CVI. On native mobile, Daily’s SDKs are the supported path today—you bring the UI and join the same Tavus-issued Daily room.

React (web) vs React Native

Android

Daily’s native Android SDK (Kotlin) is the usual integration surface for Tavus CVI on Android. Use their Android quickstart with your conversation_url.

iOS

Daily’s native iOS SDK (Swift) pairs the same way with Tavus. Follow their iOS quickstart and pass the conversation_url from Create Conversation.

Flutter

For cross-platform apps, Daily’s Flutter SDK joins the same Daily rooms Tavus provisions.

Mobile web

Users can join a Tavus session in Chrome on Android or Safari on iOS without a native SDK when a mobile-capable web experience is enough. Daily’s mobile web guide covers browser behavior and constraints.

Further reading

Daily’s mobile intro guide summarizes all native mobile SDKs in one place.