Status codes
The following entries match NCCallCode in NexconnCall.framework/Headers/NCCallDefine.h. For asynchronous engine APIs, read result.code on the corresponding NCCall*Result object delivered to NCCallAPIResultHandler (see NCCallAPIResultModels.h).
0
NCCallCodeSuccess
Operation succeeded.
80001
NCCallCodeParamError
Invalid parameters.
80002
NCCallCodeOnCalling
The user is already in a call (business layer).
80003
NCCallCodeNotInCall
There is no active call to operate on.
80004
NCCallCodeMediaTypeInvalid
Invalid media type or operation not allowed in the current state.
80102
NCCallCodeChatDisconnected
Chat is not connected.