Skip to content

Commit ca015d2

Browse files
authored
Merge pull request MicrosoftDocs#4560 from zihzhan/patch-1
Update New-CsVideoInteropServiceProvider.md
2 parents 36bcbfb + 47bb5cb commit ca015d2

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

skype/skype-ps/skype/New-CsVideoInteropServiceProvider.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Cloud Video Interop for Teams enables 3rd party VTC devices to be able to join T
3636

3737
Use the New-CsVideoInteropServiceProvider to specify information about a supported CVI partner your organization would like to use.
3838

39-
Important note: New-CsVideoInteropServiceProvider does not do a check on the -Name to be one of the Identity (without tag:) from the Get-CsTeamsVideoInteropServicePolicy, however if this is not set to match, the VTC coordinates will not added to the meetings correctly. Make sure that your "Name" matches a valid policy. Make sure that your "Name" matches a valid policy.
39+
Important note: New-CsVideoInteropServiceProvider does not do a check on the -Identity to be one of the Identity (without tag:) from the Get-CsTeamsVideoInteropServicePolicy, however if this is not set to match, the VTC coordinates will not added to the meetings correctly. Make sure that your "Identity" matches a valid policy identity.
4040

4141
## EXAMPLES
4242

@@ -163,14 +163,12 @@ Accept wildcard characters: False
163163
```
164164
165165
### -Name
166-
This is mandatory parameter and can have only one of the 6 values
167-
PolycomServiceProviderEnabled
168-
PexipServiceProviderEnabled
169-
BlueJeansServiceProviderEnabled
170-
171-
PolycomServiceProviderDisabled
172-
PexipServiceProviderDisabled
173-
BlueJeansServiceProviderDisabled
166+
This is mandatory parameter and can have only one of the 4 values
167+
168+
Polycom
169+
BlueJeans
170+
Pexip
171+
Cisco
174172
175173
```yaml
176174
Type: String
@@ -179,7 +177,7 @@ Aliases:
179177

180178
Required: True
181179
Position: Named
182-
Default value: None
180+
Default value: DefaultProvider
183181
Accept pipeline input: False
184182
Accept wildcard characters: False
185183
```

0 commit comments

Comments
 (0)