Skip to content

Commit 213cbfa

Browse files
authored
small updates for clarity
1 parent 11cb664 commit 213cbfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/device-issues/no-enumerated-speaker-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The way browsers currently work may seem counterintuitive, as the permission to
2020
The speaker and microphone enumeration shares the same permission information.
2121

2222
When the microphone permission state is `prompt` or `denied`, the browser doesn't provide detailed information about the microphone devices and speaker devices.
23-
In this scenario, thv [`DeviceManager.getSpeakers`](/javascript/api/azure-communication-services/@azure/communication-calling/devicemanager?view=azure-communication-services-js&preserve-view=true#@azure-communication-calling-devicemanager-getspeakers) API returns an array with one object, where the `id` is set to `speaker:` and the name is set to an empty string.
23+
In this scenario, [`DeviceManager.getSpeakers`](/javascript/api/azure-communication-services/@azure/communication-calling/devicemanager?view=azure-communication-services-js&preserve-view=true#@azure-communication-calling-devicemanager-getspeakers) API returns an array with one object, where the `id` is set to `speaker:` and the name is set to an empty string.
2424

2525
Some platforms, such as iOS Safari, macOS Safari, or earlier versions of Firefox don't support speaker enumeration.
2626

@@ -40,7 +40,7 @@ The error code/subcode is
4040
|------------------|-------------------------------------------------------|
4141
| code | 405 (Method Not Allowed) |
4242
| subcode | 40606 |
43-
| message | This device does not support speaker enumeration. |
43+
| message | This device doesn't support speaker enumeration. |
4444
| resultCategories | Expected |
4545

4646
## How to mitigate or resolve

articles/communication-services/resources/troubleshooting/voice-video-calling/device-issues/no-permission-prompt.md

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

1515
# No permission prompt shows when calling askDevicePermission
16-
If a user reports that they don't see any permission prompts, it may be because they have previously granted or denied permission and the browser caches the result.
16+
If a user reports that they don't see any permission prompts, it may be because they previously granted or denied permission and the browser caches the result.
1717

1818
Not showing the permission prompt isn't a problem if the browser has the required permission.
1919
However, if the user can't see the device list, it could be because they denied permission before.
@@ -28,5 +28,5 @@ We can't detect whether the permission prompt actually shows or not, as this bro
2828
The application should check the result of [`DeviceManager.askDevicePermission`](/javascript/api/%40azure/communication-react/calladapterdevicemanagement?view=azure-node-latest&preserve-view=true#@azure-communication-react-calladapterdevicemanagement-askdevicepermission) API.
2929
If the result is false, it may indicate that user denied the permission now or previously.
3030

31-
The application should show a warning message and ask the user to check their browser settings to ensure that correct permissions have been granted.
31+
The application should show a warning message and ask the user to check their browser settings to ensure that correct permissions were granted.
3232
They also need to verify that their system has the necessary devices installed and configured properly.

0 commit comments

Comments
 (0)