Skip to content

Commit 973df96

Browse files
Merge pull request #285613 from sloanster/patch-20
Update call-end.md - add additional fields
2 parents 9cda5d4 + 26f8272 commit 973df96

File tree

1 file changed

+5
-1
lines changed
  • articles/communication-services/resources/troubleshooting/voice-video-calling/includes/codes

1 file changed

+5
-1
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/includes/codes/call-end.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ There are different explanations for why a call ended. Here are the meanings of
5050
| 5000 | 0 | Call ended for this participant. Participant removed from the conversation by another participant. | Success | |
5151
| 5003 | 0 | Call ended successfully, as all callee endpoints declined the call. | Success | |
5252
| 5300 | 0 | Call ended for this participant. Participant removed from the conversation by another participant. | Success | |
53+
| 5317 | 0 | Target participant is removed due to participant role update. | ExpectedError | |
54+
| 5828 | 403 | The join is not authorized for the Rooms meeting since user is not part of invitee list. | UnexpectedClientError | |
55+
| 5829 | 403 | The join is not allowed for the Rooms meeting beyond end time or prior to start time of the meeting. | UnexpectedClientError | |
56+
| 5830 | 403 | Only Communication Services user is allowed to join the Rooms meeting. | ExpectedError | |
5357
| 7000 | 0 | Call ended by Azure Communication Services platform. | Success | |
5458
| 10003 | 487 | Call was accepted elsewhere, by another endpoint of this user. | Success | |
5559
| 10004 | 487 | Call was canceled on timeout, no callee endpoint accepted on time. Ensure that user saw the notification and try to initiate that call again. | ExpectedError | |
@@ -67,4 +71,4 @@ There are different explanations for why a call ended. Here are the meanings of
6771
| | 480 | Remote client endpoint not registered. | | Ensure that the remote endpoint is available. |
6872
| | 481 | Failed to handle incoming call. | | File a support request through the Azure portal. |
6973
| | 490, 491, 496, 497, 498 | Local endpoint network issues. | | Check your network. |
70-
| | 500, 503, 504 | Communication Services infrastructure error. | | File a support request through the Azure portal. |
74+
| | 500, 503, 504 | Communication Services infrastructure error. | | File a support request through the Azure portal. |

0 commit comments

Comments
 (0)