File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
35
35
[-AllowMeetingRegistration <Boolean>] [-AllowRecordingStorageOutsideRegion <Boolean>] [-AllowScreenContentDigitization <Boolean>]
36
36
[-AllowTrackingInReport <Boolean>] [-LiveCaptionsEnabledType <String>] [-RecordingStorageMode <String>] [-RoomAttributeUserOverride <String>]
37
37
[-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-NewMeetingRecordingExpirationDays <Int32>]
38
- [-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>]
38
+ [-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
39
39
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
40
40
```
41
41
@@ -1019,6 +1019,24 @@ Accept pipeline input: False
1019
1019
Accept wildcard characters : False
1020
1020
` ` `
1021
1021
1022
+ ### -AllowedStreamingMediaInput
1023
+ Enables the use of RTMP-In in Teams meetings.
1024
+
1025
+ Possible values are:
1026
+ - <blank>
1027
+ - RTMP
1028
+
1029
+ ` ` ` yaml
1030
+ Type : String
1031
+ Parameter Sets : (All)
1032
+ Aliases :
1033
+ Required : False
1034
+ Position : Named
1035
+ Default value : None
1036
+ Accept pipeline input : False
1037
+ Accept wildcard characters : False
1038
+ ` ` `
1039
+
1022
1040
## INPUTS
1023
1041
1024
1042
### None
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