Forum Discussion

mogulman52's avatar
mogulman52
Copper Contributor
Mar 05, 2021
Solved

Video for All Participants Disabled

My boss would like to have all participants in meeting with disabled video?   The people outside our org are showing up with video.  His statement:   "I don't want to see any faces and don't want a...
  • ChristianBergstrom's avatar
    Mar 05, 2021
    Hello, yes. You can use the "video settings" in the meeting policy. The ones you've already configured is only about recording.

    These are the PowerShell options but can also be set using Teams admin center as shown in the link at the bottom.

    -AllowIPVideo
    Determines whether video is enabled in a user's meetings or calls. Set this to TRUE to allow the user to share their video. Set this to FALSE to prohibit the user from sharing their video.

    -IPVideoMode
    Determines whether video can be turned on in meetings and group calls. Set this to ENABLEDOUTGOINGINCOMING to allow outgoing and incoming video in the meeting. Set this to DISABLED to prohibit outgoing and incoming video in the meeting.

    https://docs.microsoft.com/en-us/powershell/module/skype/set-csteamsmeetingpolicy?view=skype-ps

    You can read more about it here https://docs.microsoft.com/en-us/microsoftteams/meeting-policies-in-teams#mode-for-ip-video and also see which policy takes precedence.