Skip to content

Commit 1394d91

Browse files
author
Kevin Le Goff
committed
Fix link
1 parent d43bd92 commit 1394d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +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/en-us/javascript/api/azure-communication-services/%40azure/communication-calling/deviceaccess?view=azure-communication-services-js)
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)
148148
object that indicates whether `audio` and `video` permissions were granted:
149149

150150
```js

0 commit comments

Comments
 (0)