Tavus Conversational Video Interface (CVI) runs on Daily rooms. After you create a conversation, use the returnedDocumentation Index
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
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
- React for the browser: Use Tavus’s component library overview, plus blocks, components, and hooks—see Embed CVI for full flows.
- React Native: Daily’s React Native SDK uses the same underlying model as
daily-js; join with yourconversation_urlfrom Tavus.
Android
Daily’s native Android SDK (Kotlin) is the usual integration surface for Tavus CVI on Android. Use their Android quickstart with yourconversation_url.
iOS
Daily’s native iOS SDK (Swift) pairs the same way with Tavus. Follow their iOS quickstart and pass theconversation_url from Create Conversation.

