How do I enable HIVE for Microsoft Townhall?
This article will guide you through the process of enabling HIVE for Microsoft Townhall (via your Microsoft 365 tenant)
Scenario A: Your organization is not using Teams Premium license
If Hive is already enabled for Teams Live Events, then there is no additional setup required, as the setup done for TLE will be used to enable Hive for Microsoft Townhall.
Otherwise, you need to follow the same setup as is done for enabling Hive for Teams Live Events. Please refer to the following page for details:https://hivestreaming.atlassian.net/wiki/spaces/HKB/pages/810222499
Scenario B: Your organization is using a Teams Premium license for organizers of Townhall events
There is no impact on enabling Teams Live Event with Hive, irrespective of the Teams license being used.
As the Microsoft eCDN solution is the default option for Townhall organizers with a Teams Premium license, you would need to make the below changes to disable Microsoft eCDN and use Hive as the default option.
You would still need to enable Hive following the setup mentioned on this pagehttps://hivestreaming.atlassian.net/wiki/spaces/HKB/pages/810222499
These changes must be applied to the organizer of the town hall event for Hive to be enabled. There is no impact on whether any of the viewers have the flag enabled or disabled.
Using the Teams admin center
Follow these steps to use the Teams admin center to disable Microsoft eCDN for organizers with a Teams premium license:
Open the Teams admin center
Expand Meetings from the navigation pane
Under Meetings, select Events Policies
Select the policy to update (note: besides the Global policy, also make sure all custom policies are updated)
Toggle the Use Microsoft eCDN setting to Off
Select Save
Only if using the new interface of Teams admin center - https://learn.microsoft.com/en-us/MicrosoftTeams/unified-policies-settings-management-teams-admin-center
Open the Teams admin center.
Select 'Settings & policies'
Under Meetings & events, select Events
Toggle the Use Microsoft eCDN setting to Off.
Select Save
Note: If there is a relevant custom policy as well, then turn off the flag under the Custom policies for users & groups section
Using PowerShell
To disable Microsoft eCDN for Premium town halls, use the -UseMicrosoftECDN
parameter within the PowerShell CsTeamsEventsPolicy by using the following script:Set-CsTeamsEventsPolicy -Identity <policy name> -UseMicrosoftECDN Disabled