Skip to content

Commit 0e34884

Browse files
committed
Update document
1 parent 3e575fa commit 0e34884

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ In this quickstart, you'll learn how to run webapps developed with the Azure Com
2424
- A web application using the Azure Communication Calling Web SDK. [Get started with the web calling sample](../../samples/web-calling-sample.md).
2525

2626
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).
27+
If you don't have one, you can [download the WebViewQuickstart sample app](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/WebViewQuickstart).
2828

29-
If you use the [webview sample app](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/WebViewQuickstart),
29+
If you use the [WebViewQuickstart sample app](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/WebViewQuickstart),
3030
all the necessary configurations and permission handling are in place. You can skip to Known Issues.
3131
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.
3232

@@ -50,8 +50,8 @@ Adding permissions to the application manifest isn't enough. You must also [requ
5050
You have to call `requestPermissions()` and override `onRequestPermissionsResult`.
5151
Besides app permissions, you have to handle browser permission requests by overriding `WebChromeClient.onPermissionRequest`
5252

53-
The [sample app](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/WebViewQuickstart)
54-
shows how to handle permission requests from browser and then request app permissions at runtime.
53+
The [WebViewQuickstart sample app](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/WebViewQuickstart)
54+
also shows how to handle permission requests from browser and request app permissions at runtime.
5555

5656
## WebView configuration
5757

0 commit comments

Comments
 (0)