获取 SDK 内各种错误码、警告码的描述文字。
static Future<String?> getErrorDescription(int code) => RTCVideoImpl.getErrorDescription(code);