factory ChatCallKitError.process(int code, String desc) { return ChatCallKitError._(ChatCallKitErrorType.process, code, desc); }