menu
shengwang_rtc_engine package
documentation
agora_rtc_engine.dart
RtcEngine
getErrorDescription abstract method
getErrorDescription abstract method
dark_mode
light_mode
getErrorDescription
abstract method
Future
<
String
>
getErrorDescription
(
int
code
)
获取警告或错误描述。
code
SDK 报告的错误码。
Returns 具体的错误描述。
Implementation
Future<String> getErrorDescription(int code);
shengwang_rtc_engine package
documentation
agora_rtc_engine
RtcEngine
getErrorDescription abstract method
RtcEngine class