ChatCallKitError.rtc constructor

ChatCallKitError.rtc(
  1. int code,
  2. String desc
)

Implementation

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