menu
nertc_core package
documentation
nertc_core.dart
NERtcChannelEventCallback
onFirstAudioDataReceived method
onFirstAudioDataReceived method
dark_mode
light_mode
onFirstAudioDataReceived
method
void
onFirstAudioDataReceived
(
int
uid
)
已接收到远端音频首帧的回调。
uid
远端用户 ID,指定是哪个用户的音频流。
Implementation
void onFirstAudioDataReceived(int uid) {}
nertc_core package
documentation
nertc_core
NERtcChannelEventCallback
onFirstAudioDataReceived method
NERtcChannelEventCallback class