Skip to content

Commit 3e575fa

Browse files
committed
Update document
1 parent b8b8cbb commit 3e575fa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/communication-services/quickstarts/voice-video-calling/get-started-android-webview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,18 @@ In this quickstart, you'll learn how to run webapps developed with the Azure Com
2121

2222
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2323
- [Android Studio](https://developer.android.com/studio), for creating your Android application.
24-
- An Android WebView application. If you want to get started with sample code, you can [download the webview sample app](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/WebViewQuickstart).
2524
- A web application using the Azure Communication Calling Web SDK. [Get started with the web calling sample](../../samples/web-calling-sample.md).
2625

26+
This quickstart guide assumes that you already have an Android WebView application.
27+
If you don't have one, you can [download the webview sample app](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/WebViewQuickstart).
28+
2729
If you use the [webview sample app](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/WebViewQuickstart),
28-
all the necessary configurations and permission handling are in place. You can skip to Known Issues.
30+
all the necessary configurations and permission handling are in place. You can skip to Known Issues.
2931
All you have to do is update the `defaultUrl` in `MainActivity` to the url of the calling web application you deployed and build the application.
3032

31-
3233
## Add permissions to application manifest
3334

34-
To request the permissions required to make a call, you must first declare the permissions in the application manifest. (app/src/main/AndroidManifest.xml)
35+
To request the permissions required to make a call, you must declare the permissions in the application manifest. (app/src/main/AndroidManifest.xml)
3536
Make sure you have the following permissions added to the application manifest:
3637
```xml
3738
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)