menu
nertc_core package
documentation
nertc_core.dart
NERtcChannelEventCallback
onLocalRecorderError method
onLocalRecorderError method
dark_mode
light_mode
onLocalRecorderError
method
void
onLocalRecorderError
(
int
error
,
String
taskId
)
本地录制错误回调。
error
错误码
taskId
任务 ID
Implementation
void onLocalRecorderError(int error, String taskId) {}
nertc_core package
documentation
nertc_core
NERtcChannelEventCallback
onLocalRecorderError method
NERtcChannelEventCallback class