Skip to content

Commit bf08de7

Browse files
Merge pull request #289783 from dknappettmsft/avd-mmr-minor-changes
AVD MMR change detect call redirection property and update video sites
2 parents e1f22dd + 28bcb1c commit bf08de7

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

articles/virtual-desktop/multimedia-redirection-developer-integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ Call redirection has the following API limitations:
5454

5555
- As some APIs return synchronously under normal conditions but have to be proxies when used with call redirection, it's possible that the state of an object isn't available immediately.
5656

57-
## Detecting call redirection
57+
## Detect call redirection
5858

59-
To detect whether call redirection is active, you can check the `isRemote` property of the `MediaDevices` object. If this property is `true`, call redirection is active. If this property is `undefined` or `false`, call redirection isn't active.
59+
To detect whether call redirection is active, you can check the `isCallRedirectionEnabled` property of the `MediaDevices` object. If this property is `true`, call redirection is active. If this property is `undefined` or `false`, call redirection isn't active.
6060

6161
```javascript
62-
window.navigator.mediaDevices['isRemote'] = true;
62+
window.navigator.mediaDevices['isCallRedirectionEnabled'] = true;
6363
```
6464

65-
## Detecting disconnection from a remote session
65+
## Detect disconnection from a remote session
6666

6767
When a user disconnects and reconnects to a remote session when using call redirection on a web page, the local WebRTC instance that supported the objects is no longer available. Typically, if a user refreshes the page, they're able to make calls again.
6868

articles/virtual-desktop/multimedia-redirection-video-playback-calls.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -434,18 +434,14 @@ The following websites are known to work with video playback redirection, and wh
434434

435435
:::row:::
436436
:::column span="":::
437-
- `AnyClip`
438437
- `AWS Training`
439438
- `BBC`
440439
- `Big Think`
441-
- `Bleacher Report`
442-
- `Brightcove`
443440
- `CNBC`
444441
- `Coursera`
445442
- `Daily Mail`
446443
- `Facebook`
447444
- `Fidelity`
448-
- `Flashtalking`
449445
- `Fox Sports`
450446
:::column-end:::
451447
:::column span="":::
@@ -456,11 +452,7 @@ The following websites are known to work with video playback redirection, and wh
456452
- `Microsoft Learn`
457453
- `Microsoft Stream`
458454
- `Microsoft Teams live events`
459-
- `NBC Sports`
460-
- `The New York Times`
461455
- `Pluralsight`
462-
- `Politico`
463-
- `Reuters`
464456
- `Skillshare`
465457
:::column-end:::
466458
:::column span="":::
@@ -469,10 +461,7 @@ The following websites are known to work with video playback redirection, and wh
469461
- `Udemy`\*
470462
- `UMU`
471463
- `U.S. News`
472-
- `Vidazoo`
473464
- `Vimeo`
474-
- `The Wall Street Journal`
475-
- `X`
476465
- `Yahoo`
477466
- `Yammer`
478467
- `YouTube` (including sites with embedded `YouTube` videos).

0 commit comments

Comments
 (0)