Status codes
-1
UNKNOWN
Unknown error.
0
SUCCESS
Call succeeded.
80001
PARAMETER_ERROR
Invalid method parameters.
80002
ON_CALLING
The current user is already in a call and cannot start or join another call.
80003
NOT_IN_CALL
There is no active call to operate on.
80004
MEDIA_TYPE_INVALID
The current call does not allow media type switching.
80006
RTC_SERVICE_UNAVAILABLE
The audio and video service is unavailable or disabled.
80007
USER_LIST_INVALID
The user list is empty.
80008
CALL_ID_INVALID
`callId` is empty or invalid.
80009
TRANSACTION_ID_INVALID
The media type change transaction ID is invalid.
80010
USER_ID_INVALID
The user ID is invalid.
80011
SINGLE_CALL_NOT_SUPPORT_MULTI_PERSON
More than one user was passed to a 1-to-1 call.
80200
SDK_NOT_INITIALIZED
The SDK is not initialized.
80201
EXECUTION_METHOD_INTERRUPTED
The current method was interrupted by another action during an internal retry.
80202
CALL_ABRUPT_HANGUP
The outgoing call was ended proactively.
80203
INTERNAL_ERROR
Internal SDK error.
80204
CAMERA_SWITCH_ERROR
Failed to switch the camera.