Configure live event settings in Microsoft Teams
Use Teams live events settings to configure settings for live events that are held in your organization. You can set up a support URL and configure a third-party video distribution provider. These settings apply to all live events that are created in your organization.
You can easily manage these settings in the Microsoft Teams admin center. In the left navigation, go to Meetings > Live events settings.
Set up event support URL
This URL is shown to live event attendees. Add the support URL for your organization to give attendees a way to contact support during a live event.
Using the Microsoft Teams admin center
In the left navigation, go to Meetings > Live event settings.
Under Support URL, enter your organization's support URL.
Using Windows PowerShell
Run the following:
Set-CsTeamsMeetingBroadcastConfiguration -SupportURL “{your URL}”
For more information, see Set-CsTeamsMeetingBroadcastConfiguration.
Configure a third-party video distribution provider
If you purchased and set up a software defined network (SDN) solution or enterprise content delivery network (eCDN) solution through a Microsoft video delivery partner, configure the provider for live events in Teams.
Using the Microsoft Teams admin center
In the left navigation, go to Meetings > Live event settings.
Under Third-party video distribution providers, complete the following:
- Third-party distribution provider Turn this ON to enable the third-party video distribution provider.
- SDN provider name Choose the provider you're using.
- SDN Configuration Enter SDN Configuration details.
Using Windows PowerShell
Get the license ID or API token and API template from your provider contact, and then run one of the following, depending on the provider you're using:
Microsoft eCDN
Set-CsTeamsMeetingBroadcastConfiguration -AllowSdnProviderForBroadcastMeeting $True -SdnProviderName microsoft
Hive
Set-CsTeamsMeetingBroadcastConfiguration -AllowSdnProviderForBroadcastMeeting $True -SdnProviderName hive -SdnLicenseId {license ID GUID provided by Hive} -SdnApiTemplateUrl “{API template URL provided by Hive}”
Kollective
Set-CsTeamsMeetingBroadcastConfiguration -AllowSdnProviderForBroadcastMeeting $True -SdnProviderName kollective -SdnApiTemplateUrl "{API template URL provided by Kollective}" -SdnApiToken {API token GUID provided by Kollective}
Riverbed
Set-CsTeamsMeetingBroadcastConfiguration -AllowSdnProviderForBroadcastMeeting $True -SdnProviderName riverbed -SdnApiTemplateUrl "{API template URL provided by Riverbed}" -SdnApiToken {API token GUID provided by Riverbed}
Ramp
Set-CsTeamsMeetingBroadcastConfiguration -AllowSdnProviderForBroadcastMeeting $True -SdnProviderName ramp -SdnRuntimeConfiguration "{Configuration provided by RAMP}"
For more information, see Set-CsTeamsMeetingBroadcastConfiguration.
Note
If you plan to create live events using an external app or device, you'll also need to configure your eCDN provider.
Note
Your chosen eCDN solution is subject to the selected 3rd party provider’s terms of service and privacy policy, which will govern your use of the eCDN provider’s solution. Your use of the eCDN provider’s solution will not be subject to the Microsoft volume licensing terms or Online Services Terms. If you don't agree to the 3rd party provider’s terms, then don't enable the eCDN solution in Microsoft Teams.
Related topics
Feedback
Submit and view feedback for