You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If set to True, information about mid-dialog SIP requests will not be recorded in the log files.
241
+
242
+
```yaml
243
+
Type: Boolean
244
+
Parameter Sets: (All)
245
+
Aliases:
246
+
247
+
Required: False
248
+
Position: Named
249
+
Default value: None
250
+
Accept pipeline input: False
251
+
Accept wildcard characters: False
252
+
```
253
+
254
+
### -ExcludeTypingNotifications
255
+
If set to True, information about typing notifications SIP messages will not be recorded in the log files.
256
+
257
+
```yaml
258
+
Type: Boolean
259
+
Parameter Sets: (All)
260
+
Aliases:
261
+
262
+
Required: False
263
+
Position: Named
264
+
Default value: None
265
+
Accept pipeline input: False
266
+
Accept wildcard characters: False
267
+
```
268
+
238
269
### CommonParameters
239
270
This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).`
240
271
@@ -257,5 +288,3 @@ The New-CsDiagnosticsFilter cmdlet creates new instances of the Microsoft.Rtc.Ma
0 commit comments