Skip to content

Commit b974071

Browse files
alt text and typo
1 parent 039be33 commit b974071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.subservice: calling
1414

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

17-
Webview technology is an embedable 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.
17+
Webview technology is an embeddable 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.
1818

1919
## Prerequisites
2020

@@ -121,11 +121,11 @@ async function getDeviceLabels() {
121121
}
122122
```
123123

124-
:::image type="content" source="./media/android-webview/get-device-label.png" alt-text="getDeviceLabels() result":::
124+
:::image type="content" source="./media/android-webview/get-device-label.png" alt-text="Screenshot of getDeviceLabels() result.":::
125125

126126
After you get the mapping between deviceId and label, you can use it to relate the label with the `id` from `DeviceManager.getCameras()` or `DeviceManager.getMicrophones()`
127127

128-
:::image type="content" source="./media/android-webview/device-name-workaround.png" alt-text="Screenshot showing the device name workaround":::
128+
:::image type="content" source="./media/android-webview/device-name-workaround.png" alt-text="Screenshot showing the device name workaround.":::
129129

130130
## Next steps
131131

0 commit comments

Comments
 (0)