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