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
Copy file name to clipboardExpand all lines: articles/communication-services/resources/troubleshooting/voice-video-calling/includes/codes/call-end.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,10 @@ There are different explanations for why a call ended. Here are the meanings of
50
50
| 5000 | 0 | Call ended for this participant. Participant removed from the conversation by another participant. | Success ||
51
51
| 5003 | 0 | Call ended successfully, as all callee endpoints declined the call. | Success ||
52
52
| 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 ||
53
57
| 7000 | 0 | Call ended by Azure Communication Services platform. | Success ||
54
58
| 10003 | 487 | Call was accepted elsewhere, by another endpoint of this user. | Success ||
55
59
| 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
67
71
|| 480 | Remote client endpoint not registered. || Ensure that the remote endpoint is available. |
68
72
|| 481 | Failed to handle incoming call. || File a support request through the Azure portal. |
69
73
|| 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