Status codes
0
NCCallCodeSuccess
Call succeeded.
41000
NCCallCodeUnknownError
Unknown error.
41001
NCCallCodeDatabaseError
Database error.
41002
NCCallCodeJsonError
JSON parsing or serialization failed.
41003
NCCallCodeInvalidJsonFormat
Invalid JSON format.
41004
NCCallCodeMissParameters
Missing parameters.
41005
NCCallCodeParamIsRequied
Required parameter is missing.
41006
NCCallCodeDataTypeError
Invalid parameter type.
41007
NCCallCodeNotImplemented
The current operation is not implemented.
41008
NCCallCodeNotRegisteredUser
The user is not registered.
41009
NCCallCodeNotSupportVersion
The current version does not support this operation.
41010
NCCallCodeCallNotExist
The call does not exist.
41011
NCCallCodeSingleExceed
Too many participants were provided for a 1-to-1 call.
41012
NCCallCodeMultipleExceed
Too many participants were provided for a group call.
41013
NCCallCodeOperationExpired
The current operation has expired.
41014
NCCallCodeAlreadyCalling
The current user is already in a call.
41015
NCCallCodeNotCallUser
The current user is not a participant in this call.
41016
NCCallCodeDataExpiration
The data has expired.
41017
NCCallCodeUserInOtherCall
The target user is in another call.
41018
NCCallCodeReadyTimeInvalid
The ready time is invalid.
41019
NCCallCodeCannotCallSelf
Calling yourself is not allowed.
41020
NCCallCodeSessionNotExist
The session does not exist.
41021
NCCallCodeHangupNotAllow
Hang up is not allowed in the current state.
41022
NCCallCodeAcceptNotAllow
Accept is not allowed in the current state.
41025
NCCallCodeOperationNotAllow
The current operation is not allowed.
41100
NCCallCodeTransactionIdErr
The transaction ID is invalid.
41101
NCCallCodeUpgradeExist
A media type upgrade request already exists.
41150
NCCallCodeUpgradeCancelled
The media upgrade request was canceled.
41151
NCCallCodeAlreadyAudioCall
The current call is already an audio call.
41152
NCCallCodeAlreadyVideoCall
The current call is already an audio-video call.
41200
NCCallCodecSeqIdNotSupport
The current codec sequence is not supported.
80001
NCCallCodeParamError
Invalid method parameters.
80002
NCCallCodeOnCalling
The current user is already in a call.
80003
NCCallCodeNotInCall
There is no active call to operate on.
80004
NCCallCodeMediaTypeInvalid
Media type switching is not allowed in the current state.
80301
NCCallCodeSignalTimeOut
Signaling timed out.
80302
NCCallCodeIMDisconnect
IM is not connected.