Skip to content

Commit 970ca37

Browse files
committed
Updates from review comments
1 parent 4085a03 commit 970ca37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/samples/includes/ios-calling-hero.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The application also allows you to join an existing Azure Communication Services
4040

4141
:::image type="content" source="../media/calling/join-call-ios.png" alt-text="Screenshot showing the join call screen of the sample application.":::
4242

43-
After joining a call, you'll be prompted to give the application permission to access your camera and microphone, if not already authorized.
43+
After joining a call, you'll be prompted to give the application permission to access your camera and microphone, if not already authorized. Keep in mind that, like all AVFoundation-based apps, true audio and video functionality is only available on real hardware.
4444

4545
Once you configure your display name and join the call, you'll see the main call canvas where the core calling experience lives.
4646

@@ -75,7 +75,7 @@ The group calling sample can be run locally using XCode. Developers can either u
7575

7676
### Run sample
7777

78-
Build and run the sample in XCode.
78+
Build and run the sample in XCode, using the AzureCalling target on the simulator or device of your choice.
7979

8080
## (Optional) Securing an authentication endpoint
8181

0 commit comments

Comments
 (0)