Skip to content

Commit b8b8cbb

Browse files
committed
Address Acrolinx comments
1 parent 816858b commit b8b8cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ settings.setMediaPlaybackRequiresUserGesture(false);
7575
- DeviceManager.getMicrophones()
7676
- DeviceManager.getSpeakers() (If the device supports speaker enumeration)
7777

78-
The value of name field in the result object will be an empty string. This issue will not affect the function of streaming in the video call but the application users won't be able to know the camera label they select for sending the video.
78+
The value of name field in the result object will be an empty string. This issue won't affect the function of streaming in the video call but the application users won't be able to know the camera label they select for sending the video.
7979
To provide a better UI experience, you can use the following workaround in the web application to get device labels and map the label by `deviceId`.
8080

8181
Although we can't get device labels from MediaDevices.enumerateDevices(), we can get the label from MediaStreamTrack.

0 commit comments

Comments
 (0)