> ## 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.

# Mobile

> Ship Tavus CVI on iOS, Android, React Native, and mobile web using Daily's mobile SDKs and the same conversation URLs as web.

Tavus **Conversational Video Interface (CVI)** runs on **Daily** rooms. After you [create a conversation](/api-reference/conversations/create-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](/sections/conversational-video-interface/component-library/overview) (`@tavus/cvi-ui`, built on `@daily-co/daily-js` / `@daily-co/daily-react`) or follow [Embed CVI](/sections/integrations/embedding-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](/sections/conversational-video-interface/component-library/overview), plus [blocks](/sections/conversational-video-interface/component-library/blocks), [components](/sections/conversational-video-interface/component-library/components), and [hooks](/sections/conversational-video-interface/component-library/hooks)—see [Embed CVI](/sections/integrations/embedding-cvi) for full flows.
* **React Native:** Daily's [React Native SDK](https://docs.daily.co/reference/rn-daily-js) uses the same underlying model as `daily-js`; join with your **`conversation_url`** from Tavus.

## Android

Daily's native [Android SDK](https://docs.daily.co/reference/android) (Kotlin) is the usual integration surface for Tavus CVI on Android. Use their [Android quickstart](https://docs.daily.co/guides/products/mobile/android-quickstart) with your **`conversation_url`**.

## iOS

Daily's native [iOS SDK](https://docs.daily.co/reference/ios) (Swift) pairs the same way with Tavus. Follow their [iOS quickstart](https://docs.daily.co/guides/products/mobile/ios-quickstart) and pass the **`conversation_url`** from [Create Conversation](/api-reference/conversations/create-conversation).

## Flutter

For cross-platform apps, Daily's [Flutter SDK](https://docs.daily.co/reference/flutter) joins the same Daily rooms Tavus provisions.

## Mobile web

Users can join a Tavus conversation 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](https://docs.daily.co/guides/products/mobile) covers browser behavior and constraints.

## Further reading

Daily's [mobile intro guide](https://docs.daily.co/guides/products/mobile/intro) summarizes all native mobile SDKs in one place.
