File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
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
You can’t perform that action at this time.
0 commit comments