Skip to content

Commit a39ee23

Browse files
authored
Update get-started-android-webview.md
1 parent 0e34884 commit a39ee23

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
ms.author: enricohuang
33
title: Azure Communication Calling Web SDK in Android WebView environment
44
titleSuffix: An Azure Communication Services document
5-
description: In this quickstart, you'll learn how to use Azure Communication Calling Web SDK in Android WebView environment
6-
author: enricohuang
5+
description: In this quickstart, you'll learn how to integrate Azure Communication Calling WebJS SDK in an Android WebView environment
6+
author: sloanster
77
services: azure-communication-services
8-
ms.date: 11/15/2022
8+
ms.date: 12/9/2022
99
ms.topic: quickstart
1010
ms.service: azure-communication-services
1111
ms.subservice: calling
@@ -14,8 +14,7 @@ ms.subservice: calling
1414

1515
[!INCLUDE [Public Preview](../../includes/public-preview-include-document.md)]
1616

17-
If you want to develop a calling application on Android, besides using the Azure Communication Calling Android SDK, you can also use Azure Communication Calling Web SDK on Android WebView.
18-
In this quickstart, you'll learn how to run webapps developed with the Azure Communication Calling Web SDK in an Android WebView environment.
17+
Webview technology is an enbedable browser that can be integrated directly into a native mobile application. If you want to develop an ACS calling application directly a native Android application, besides using the Azure Communication Calling Android SDK, you can also use Azure Communication Calling Web SDK on Android WebView. In this quickstart, you'll learn how to run webapps developed with the Azure Communication Calling Web SDK in an Android WebView environment.
1918

2019
## Prerequisites
2120

@@ -44,7 +43,6 @@ Make sure you have the following permissions added to the application manifest:
4443
```
4544

4645
## Request permissions at run time
47-
4846
Adding permissions to the application manifest isn't enough. You must also [request the dangerous permissions at runtime](https://developer.android.com/training/permissions/requesting) to access camera and microphone.
4947

5048
You have to call `requestPermissions()` and override `onRequestPermissionsResult`.
@@ -54,7 +52,6 @@ The [WebViewQuickstart sample app](https://github.com/Azure-Samples/communicatio
5452
also shows how to handle permission requests from browser and request app permissions at runtime.
5553

5654
## WebView configuration
57-
5855
Azure Communication Calling Web SDK requires JavaScript enabled.
5956
In some cases, we saw `play() can only be initiated by a user gesture` error message in Android WebView environment, and users aren't able to hear incoming audio.
6057
Therefore, we recommend setting `MediaPlaybackRequiresUserGesture` to false.

0 commit comments

Comments
 (0)