Skip to content

Commit c176549

Browse files
author
Kevin Le Goff
committed
Follow MS guidelines on invalid-or-expired-tokens.md
1 parent eb5d998 commit c176549

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/invalid-or-expired-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The error code/subcode is
2828
| subcode | 40235 |
2929
| message | AccessToken expired |
3030

31-
When the signaling layer detects the access token expiry, it may change its connection state.
31+
When the signaling layer detects the access token expiry, it might change its connection state.
3232
The application can subscribe to the [connectionStateChanged](/javascript/api/azure-communication-services/%40azure/communication-calling/callagent#@azure-communication-calling-callagent-on-2) event. If the connection state changes due to the token expiry, you can see the `reason` field in the `connectionStateChanged` event is `invalidToken`.
3333

3434
## How to mitigate or resolve

0 commit comments

Comments
 (0)