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