Forum Discussion
Unable to run a Microsoft Teams Live Event
Thanks for replying, Brad Groux
As mentioned in the doc, I have the following licenses assigned:
- An Office 365 Enterprise E3
- A Microsoft Teams license
- A Microsoft Stream license
I have made the required policy changes from Teams Admin Center however not sure if there is anything as mentioned in step 4 of the article at: https://docs.microsoft.com/en-us/MicrosoftTeams/teams-live-events/set-up-for-teams-live-events#create-or-edit-a-live-events-policy
As per step 4, do I need to buy any additional license to make live event work for public?
Thanks.
Hi Pradeep Kandel - just to confirm, in your Teams Admin Center > Meetings > Live events policies > Who can join scheduled live events, it's set to Everyone ? See attached.
If it's just been changed, it can take several hours for Teams to honor the setting.
- Apr 07, 2020
- Apr 07, 2020
Hi Pradeep Kandel - you may want to try Powershell to get there: https://docs.microsoft.com/en-us/microsoftteams/teams-live-events/set-teams-live-events-policies-using-powershell
Set-CsTeamsMeetingBroadcastPolicy -Identity Global -BroadcastAttendeeVisibility Everyone
Good luck!
- Glenn VApr 07, 2020Brass Contributor
I concur with Kelly_Edinger on using PowerShell to get/set this setting. I had the same issue just this past week. Even though my settings were correct just as yours appear to be running that PS command did the trick. This was after waiting several hours as well.
Good luck and let us know what works for you!