Skip to content

Commit

Permalink
fixed a small bug in Team (#3182)
Browse files Browse the repository at this point in the history
Signed-off-by: Hossein Rouhani <[email protected]>
  • Loading branch information
HRouhani authored Feb 2, 2024
1 parent 4bf15da commit 08bf77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/ms365/connection/teams_report.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ type CsTenantFederationConfiguration struct {
}

type CsTeamsMeetingPolicy struct {
AllowAnonymousUsersToJoinMeeting bool `json:"AllowFederatedUsers"`
AllowAnonymousUsersToJoinMeeting bool `json:"AllowAnonymousUsersToJoinMeeting"`
AllowAnonymousUsersToStartMeeting bool `json:"AllowAnonymousUsersToStartMeeting"`
AutoAdmittedUsers string `json:"AutoAdmittedUsers"`
AllowPSTNUsersToBypassLobby bool `json:"AllowPSTNUsersToBypassLobby"`
Expand Down

0 comments on commit 08bf77b

Please sign in to comment.