RtcPlayerValue.erroneous constructor

RtcPlayerValue.erroneous(
  1. String erroneous
)

初始化失败,异常信息

Implementation

RtcPlayerValue.erroneous(String erroneous)
    : this(
          errorDescription: erroneous,
          isInitialized: false,
          connectState: VideoEventType.unknown);