File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
38
38
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
39
39
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
40
40
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>] [-NewMeetingRecordingExpirationDays <Int32>]
41
- [-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>]
41
+ [-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
42
42
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
43
43
```
44
44
@@ -1088,6 +1088,25 @@ Accept pipeline input: False
1088
1088
Accept wildcard characters : False
1089
1089
` ` `
1090
1090
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
+
1091
1110
## INPUTS
1092
1111
1093
1112
### System.Management.Automation.PSObject
You can’t perform that action at this time.
0 commit comments