Skip to content

Commit 58b9bdb

Browse files
Add Prerequisite on phisical iOS device
1 parent 2b2d891 commit 58b9bdb

File tree

2 files changed

+4
-0
lines changed
  • articles/communication-services/how-tos/ui-library-sdk

2 files changed

+4
-0
lines changed

articles/communication-services/how-tos/ui-library-sdk/callkit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ In this article, you learn how to set up CallKit correctly by using the UI Libra
1919

2020
## Prerequisites
2121

22+
- A physical iOS device. An iOS Simulator does not support CallKit functionality.
2223
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2324
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
2425
- A user access token to enable the call client. [Get a user access token](../../quickstarts/identity/access-tokens.md).

articles/communication-services/how-tos/ui-library-sdk/includes/pip/ios.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.service: azure-communication-services
1010

1111
For more information, see the [open-source iOS UI Library](https://github.com/Azure/communication-ui-library-ios) and the [sample application code](https://github.com/Azure-Samples/communication-services-ios-quickstarts/tree/main/ui-calling).
1212

13+
## Prerequisites
14+
A physical iOS device to run the App. An iOS Simulator does not support Picture-in-picture functionality.
15+
1316
### Picture-in-picture setup
1417

1518
To enable multitasking and picture-in-picture, use the `CallCompositeOptions` constructor parameters `enableMultitasking` and `enableSystemPiPWhenMultitasking`.

0 commit comments

Comments
 (0)