Skip to content

Commit 00ba262

Browse files
authored
Merge pull request #134268 from v-savila/patch-3
322151
2 parents 86cc9af + eafea80 commit 00ba262

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/quickstarts/voice-video-calling/includes

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/get-started-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ You can build and run your app on iOS simulator by selecting **Product** > **Run
193193
You can make an outbound VOIP call by providing a user ID in the text field and tapping the **Start Call** button. Calling `8:echo123` connects you with an echo bot, this is great for getting started and verifying your audio devices are working.
194194

195195
> [!NOTE]
196-
> The first time you make a call, the system will prompt you for access to the microphone. In a production application, you should use the `AVAudioSession` API [check the permission status](https://developer.apple.com/documentation/uikit/protecting_the_user_s_privacy/requesting_access_to_protected_resources) and gracefully update your application's behavior when permission is not granted.
196+
> The first time you make a call, the system will prompt you for access to the microphone. In a production application, you should use the `AVAudioSession` API to [check the permission status](https://developer.apple.com/documentation/uikit/protecting_the_user_s_privacy/requesting_access_to_protected_resources) and gracefully update your application's behavior when permission is not granted.
197197
198198
## Sample Code
199199

0 commit comments

Comments
 (0)