Skip to content

Commit 6749465

Browse files
author
Kevin Le Goff
committed
Fix links and anchors
1 parent 6efe372 commit 6749465

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ You can use the deviceManager to prompt a user to grant camera and/or microphone
144144
const result = await deviceManager.askDevicePermission({audio: true, video: true});
145145
```
146146

147-
Once the promise is resolved, the method returns with a [`DeviceAccess`](https://learn.microsoft.com/javascript/api/azure-communication-services/%40azure/communication-calling/deviceaccess?view=azure-communication-services-js)
148-
object that indicates whether `audio` and `video` permissions were granted:
147+
Once the promise is resolved, the method returns with a `DeviceAccess` object that indicates whether `audio` and `video` permissions were granted:
149148

150149
```js
151150
console.log(result.audio);

articles/communication-services/tutorials/migrating-to-azure-communication-services-calling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ However, there are some key differences between them that may affect your choice
5252
| **Codecs** | | | | [✔️](../concepts/voice-video-calling/about-call-types.md#supported-video-standards) |
5353
| **WebView** | | [✔️](../quickstarts/voice-video-calling/get-started-webview.md?pivots=platform-ios) | [✔️](../quickstarts/voice-video-calling/get-started-webview.md?pivots=platform-android) | |
5454
| **Video Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#device-management) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
55-
| **Speaker Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#set-the-default-microphone-and-speaker) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
56-
| **Microphone Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#set-the-default-microphone-and-speaker) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
55+
| **Speaker Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#set-the-default-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
56+
| **Microphone Devices** | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-web#set-the-default-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-ios#manage-devices) | [✔️](../how-tos/calling-sdk/manage-video.md?pivots=platform-android#device-management) | |
5757
| **Data Channel API** | [✔️](../quickstarts/voice-video-calling/get-started-data-channel.md?pivots=platform-web) | [✔️](../quickstarts/voice-video-calling/get-started-data-channel.md?pivots=platform-ios) | [✔️](../quickstarts/voice-video-calling/get-started-data-channel.md?pivots=platform-android) | |
5858
| **Analytics/Video Insights** | | | | [✔️](../concepts/analytics/insights/voice-and-video-insights.md) |
5959
| **Diagnostic Tooling** | | | | [✔️](../concepts/voice-video-calling/call-diagnostics.md) |

0 commit comments

Comments
 (0)