Skip to content

Commit eb5d998

Browse files
author
Kevin Le Goff
committed
Fix acrolinx on no-incoming-call-notifications
1 parent 28bf3e9 commit eb5d998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/call-setup-issues/no-incoming-call-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ However, if the user's network is experiencing problems, such as disconnection o
1919

2020
## How to detect using the SDK
2121
The application can listen the [connectionStateChanged event](/javascript/api/azure-communication-services/@azure/communication-calling/callagent?view=azure-communication-services-js&preserve-view=true#@azure-communication-calling-callagent-on-2) on callAgent object.
22-
If the connection state isn't `Connected`, the user cannot receive incoming call notifications.
22+
If the connection state isn't `Connected`, the user can't receive incoming call notifications.
2323

2424
## How to mitigate or resolve
2525
This error happens when the signaling connection fails.

0 commit comments

Comments
 (0)