Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: test w/ no changes

...

If this is your first time enabling both Skype Meeting Broadcast AND Hive Streaming, you will use the following PowerShell command or cmdlet, replacing the highlighted section with the HIVE for Microsoft 365 License key provided via e-mail.

Set-CsBroadcastMeetingConfiguration -EnableBroadcastMeeting $True -EnableSdnProviderForBroadcastMeeting $True -SdnProviderName hive -SdnLicenseId <replace Hive license here> -SdnApiTemplateUrl “https://api.hivestreaming.com/v1/eventadmin?partner_token={0}”

If you have already enabled Skype Meeting Broadcast - and only need to enable Hive Streaming - use the following PowerShell command or cmdlet:

Set-CsBroadcastMeetingConfiguration -EnableSdnProviderForBroadcastMeeting $True -SdnProviderName hive -SdnLicenseId <replace Hive license here> -SdnApiTemplateUrl “https://api.hivestreaming.com/v1/eventadmin?partner_token={0}” Set-CsBroadcastMeetingConfiguration -EnableSdnProviderForBroadcastMeeting $True -SdnProviderName hive -SdnLicenseId <replace Hive license here> -SdnApiTemplateUrl “https://api.hivestreaming.com/v1/eventadmin?partner_token={0}”

NOTE: It can take up to 24 hours for configuration changes to be fully propagated across the system, so be sure to execute these cmdlets well before you plan on running your first HIVE-enabled Skype Meeting Broadcast.

...

You can verify your Skype Meeting Broadcast configuration – including the Hive Streaming configuration – with the cmdlet Get-CsBroadcastMeetingConfiguration.

Image RemovedImage Added


More information about the Set-CsBroadcastMeetingConfiguration cmdlet may be found here.

...