Skip to content

Commit 7db5bbe

Browse files
authored
Update capabilities-windows.md
1 parent 3c9bafb commit 7db5bbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/capabilities/capabilities-windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ capabilitiesCallFeature.CapabilitiesChanged += Call__OnCapabilitiesChangedAsync;
3636

3737
private async void Call__OnCapabilitiesChangedAsync(object sender, CapabilitiesChangedEventArgs args)
3838
{
39+
Trace.WriteLine(args.Reason.ToString());
3940
foreach (var capability in args.ChangedCapabilities)
4041
{
4142
//Prints out capability kind and resolution reason in console
@@ -59,4 +60,4 @@ private async void Call__OnCapabilitiesChangedAsync(object sender, CapabilitiesC
5960
- *BlurBackground*: Ability to blur background
6061
- *CustomBackground*: Ability to apply a custom background
6162
- *StartLiveCaptions*: Ability to start live captions
62-
- *RaiseHand*: Ability to raise hand
63+
- *RaiseHand*: Ability to raise hand

0 commit comments

Comments
 (0)