Skip to content

Commit a399599

Browse files
authored
Add parameter
1 parent 64be76e commit a399599

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3838
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
3939
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
4040
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>] [-NewMeetingRecordingExpirationDays <Int32>]
41-
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>]
41+
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
4242
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4343
```
4444

@@ -1088,6 +1088,25 @@ Accept pipeline input: False
10881088
Accept wildcard characters: False
10891089
```
10901090
1091+
### -AllowedStreamingMediaInput
1092+
Enables the use of RTMP-In in Teams meetings.
1093+
1094+
Possible values are:
1095+
- <blank>
1096+
- RTMP
1097+
1098+
```yaml
1099+
Type: String
1100+
Parameter Sets: (All)
1101+
Aliases:
1102+
1103+
Required: False
1104+
Position: Named
1105+
Default value: None
1106+
Accept pipeline input: False
1107+
Accept wildcard characters: False
1108+
```
1109+
10911110
## INPUTS
10921111
10931112
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)