Skip to content

Commit 1def45f

Browse files
authored
Apply suggestions from PR review
1 parent 46dcb2d commit 1def45f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/communication-services/quickstarts/voice-video-calling/calling-from-virtual-desktop-infrastructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To support real-time calling functionality from an Azure Virtual Desktop (AVD) v
6565
- Installed in the **browser** (Microsoft Edge or Google Chrome) on the AVD VM.
6666
- Interfaces with the MMR Host to support **device enumeration** and **media routing**
6767
- Required for enabling calling features in browser-based communication platforms
68-
- **Install the Web Plugin Extension on the Azure Virtual Desktop VM** The Web plugin must installed directly on the AVD VM instance. For complete installation instructions and guidance on managing the browser extension centrally, please refer to the official Microsoft documentation on how to [enable and manage the browser extension centrally](/azure/virtual-desktop/multimedia-redirection-video-playback-calls?tabs=intune&pivots=azure-virtual-desktop#enable-and-manage-the-browser-extension-centrally).
68+
- **Install the Web Plugin Extension on the Azure Virtual Desktop VM** The Web plugin must be installed directly on the AVD VM instance. For complete installation instructions and guidance on managing the browser extension centrally, please refer to the official Microsoft documentation on how to [enable and manage the browser extension centrally](/azure/virtual-desktop/multimedia-redirection-video-playback-calls?tabs=intune&pivots=azure-virtual-desktop#enable-and-manage-the-browser-extension-centrally).
6969

7070
## Supported Features & Limitations
7171

@@ -171,7 +171,7 @@ callAgent.join({ groupId: this.destinationGroup.value }, callOptions);
171171
**The callAgent cannot be used after the RDP recovers from disconnection**
172172
```
173173
Currently, the MMR doesn't keep the state after RDP connection has dropped. The states between the thin client and VM aren't synchronized in this case.
174-
If the RDP is disconnected during an ACS call, the SDK fires stateChanged event and mark the call as disconnected.
174+
If the RDP is disconnected during an ACS call, the SDK fires stateChanged event and marks the call as disconnected.
175175
The code/subcode is 0/4521
176176
```javascript
177177
{

0 commit comments

Comments
 (0)