> For the complete documentation index, see [llms.txt](https://docs.whereby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whereby.com/whereby-for-mobile-development.md).

# Whereby for Mobile Development

- [Whereby for iOS](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-ios.md): You can add Whereby to your iOS app with a native SDK or a WebView approach, depending on how much control you need.
- [Whereby Native iOS SDK](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-ios/using-wherebys-native-sdk.md)
- [Using a WKWebView](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-ios/in-ios-apps.md)
- [Whereby for Android](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-android.md): Bring video calling to your Android app using Whereby’s native SDK or a WebView-based setup.
- [Whereby Android SDK](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-android/using-wherebys-native-sdk.md)
- [Using a WebView](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-android/in-android-apps.md)
- [Whereby in React Native](https://docs.whereby.com/whereby-for-mobile-development/in-react-native.md): If you're building with React Native, you can integrate Whereby using either our SDK or a WebView-based approach, depending on your needs.
- [Whereby React Native SDK](https://docs.whereby.com/whereby-for-mobile-development/in-react-native/quick-start.md)
- [Using a WebView](https://docs.whereby.com/whereby-for-mobile-development/in-react-native/in-react-native.md): If you’re using React Native CLI, you can embed Whereby rooms with just a few simple steps as laid out in this guide.
- [Whereby with Flutter](https://docs.whereby.com/whereby-for-mobile-development/in-flutter.md): Flutter is Google's free and open-source UI framework for creating natively compiled cross-platform mobile apps.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.whereby.com/whereby-for-mobile-development.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
