# iOS Integrated Calling

Connect Mobile for iOS supports integrated calling using the Apple CallKit API. This feature enables native iOS user interface for incoming and ongoing calls and adds Connect calls to the iOS device's call history.

For example, this is the incoming call screen with iOS integrated calling.

<img src="/files/-LhGRJekA0mic1ucYque" alt="" width="188">

If an incoming call arrives to a locked iPhone or iPad, it will be represented with the well-known slide-to-unlock screen, just like a regular cellular phone call.

<img src="/files/-LhGVu98dUOXaUNbXfVv" alt="" width="188">

An active call using the iOS native integration will appear as follows:

<img src="/files/-LhGVb1rPFcOjCn1Zxyg" alt="" width="188">

During a call the user may switch from iOS integrated calling to the VoiceONE Connect app by tapping the VoiceONE Connect option on the integrated calling menu, this will keep the call active and take you into the Connect app.

<img src="/files/-LhGWxYjxTWLwbFAJSnL" alt="" width="188">

In the device's call history calls are shown as Connect Audio/Video calls.

<img src="/files/-LhGXTPChNsGu9synZn8" alt="" width="188">

Integrated calling is enabled by default, but you can always disable it (possibly for privacy reasons) by going to **Call Settings** and switching the **Integrated Calling** toggle off.

<img src="/files/-LhGXgG6MIdeq6fOFgm5" alt="" width="188">


---

# Agent Instructions: 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:

```
GET https://guides.accentvoice.com/connect-user-guide/mobile-specific-features/ios-integrated-calling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
