You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/multimedia-redirection-video-playback-calls.md
+49-28Lines changed: 49 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -371,7 +371,7 @@ To enable the multimedia redirection browser extension using the Microsoft Edge
371
371
372
372
## Common policy configuration parameters
373
373
374
-
The following sections show some examples of policy configuration parameters for the browser you can use to manage the multimedia redirection browser extension that are common for both video playback and call redirection. You can use these examples as part of the steps in [Enable and manage the browser extension centrally](#enable-and-manage-the-browser-extension-centrally). Combine these examples with the parameters you require for your users.
374
+
The following sections show some examples of policy configuration parameters for the browser extension that are common for both video playback and call redirection. You can use these examples as part of the steps in [Enable and manage the browser extension centrally](#enable-and-manage-the-browser-extension-centrally). Combine these examples with the parameters you require for your users.
375
375
376
376
> [!NOTE]
377
377
> The following examples are for Microsoft Edge. For Google Chrome:
@@ -395,24 +395,37 @@ The following example installs the extension and shows the extension icon on the
395
395
}
396
396
```
397
397
398
-
### Show or hide advanced settings button
398
+
### Hide advanced settings button
399
399
400
400
You can show or hide the advanced settings button to users in the extension. By default, the advanced settings button is shown and users have access to toggle each setting on or off. If you hide the advanced settings button, users can still collect logs.
401
401
402
402
Here's what the extension looks like when the advanced settings button is hidden:
403
403
404
404
:::image type="content" source="./media/multimedia-redirection/browser-extension-loaded-advanced-settings-hidden.png" alt-text="A screenshot of the browser extension advanced settings hidden.":::
405
405
406
-
This example installs the extension and hides the advanced settings button. Alternatively, to show the advanced settings button, set `HideAdvancedSettings` to `false`.
406
+
To hide the advanced settings button, you need to set the following registry value on the computers providing a remote session, depending on the browser you're using:
If you set **Data** to `0`, the advanced settings button is shown.
423
+
424
+
You can configure the registry using an enterprise deployment tool such as Intune, Configuration Manager, or Group Policy. Alternatively, to set this registry value using PowerShell, open PowerShell as an administrator and run the following commands. This example uses the registry key for Microsoft Edge:
@@ -498,7 +511,7 @@ To use multimedia redirection with Teams live events, you must use the web versi
498
511
499
512
### Advanced settings for video playback redirection
500
513
501
-
The following advanced settings are available for video playback redirection. You can also hide the advanced settings button from users; for more information, see [Show or hide advanced settings button](#show-or-hide-advanced-settings-button).
514
+
The following advanced settings are available for video playback redirection. You can also hide the advanced settings button from users; for more information, see [Hide advanced settings button](#hide-advanced-settings-button).
502
515
503
516
-**Enable video playback for all sites (beta)**: By default, video playback redirection is limited to the sites listed in [Websites for video playback redirection](#websites-for-video-playback-redirection). You can enable video playback redirection for all sites to test the feature with other web pages. This setting is experimental and might not work as expected.
504
517
@@ -567,7 +580,7 @@ After you enable multimedia redirection, you can test it by visiting a web page
567
580
568
581
### Enable call redirection for specific domains
569
582
570
-
If you configure multimedia redirection using Microsoft Intune or Group Policy, you can enable one or more domains for call redirection. This parameter enables you to specify extra sites in addition to the [Websites for call redirection](#websites-for-call-redirection). The supported format is the fully qualified domain name (FQDN) with up to one subdirectory. The following formats are supported:
583
+
If you configure multimedia redirection using Microsoft Intune or Group Policy, you can enable one or more domains for call redirection. This parameter enables you to specify extra sites in addition to the [Websites for call redirection](#websites-for-call-redirection). The supported format is to specify the URL as the fully qualified domain name (FQDN) with up to one subdirectory. The following formats are supported:
571
584
572
585
-`contoso.com`
573
586
-`conferencing.contoso.com`
@@ -579,23 +592,31 @@ The following formats aren't supported:
579
592
-`contoso.com/conferencing/groups`
580
593
-`contoso.com/`
581
594
582
-
> [!NOTE]
583
-
> The following example is for Microsoft Edge. For Google Chrome:
584
-
>
585
-
> - Change `joeclbldhdmoijbaagobkhlpfjglcihd` to `lfmemoeeciijgkjkgbgikoonlkabmlno`.
586
-
> - Change the `update_url` to `https://clients2.google.com/service/update2/crx`.
595
+
For multiple sites, separate each site with a semicolon `;`, for example, `contoso.com;conferencing.contoso.com;contoso.com/conferencing`.
587
596
588
-
This example installs the extension and adds calling sites `contoso.com`, `conferencing.contoso.com`, and `contoso.com/conferencing`, which are separated by a semicolon `;`:
597
+
To add extra sites for call redirection, you need to set the following registry value on the computers providing a remote session, depending on the browser you're using. Replace `<URLs>` with the sites you want to enable.
If you set **Data** to `0`, the advanced settings button is shown.
614
+
615
+
You can configure the registry using an enterprise deployment tool such as Intune, Configuration Manager, or Group Policy. Alternatively, to set this registry value using PowerShell, open PowerShell as an administrator and run the following commands. This example uses the registry key for Microsoft Edge. Replace `<URLs>` with the sites you want to enable.
0 commit comments