We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在原生api文档中,调用leavchannel后会回调onLeaveChannel,在onLeaveChannel中会有RtcStats统计信息,但在Flutter SDK中,onLeaveChannel是没有任何参数的。
谢谢!
另外, 在原生api文档中, void io.agora.rtc.IRtcEngineEventHandler.onUserOffline ( int uid, int reason )第二个参数是reason 但在flutter sdk中 static void Function(int uid, int elapsed) onUserOffline; 第二个参数是elapsed 有点疑惑。
The text was updated successfully, but these errors were encountered:
onLeaveChannel的参数应该是在最新版本加入的,我们正在计划flutter sdk的升级,会在下个版本对齐这些接口
Sorry, something went wrong.
3.x version support it
LichKing-2234
No branches or pull requests
在原生api文档中,调用leavchannel后会回调onLeaveChannel,在onLeaveChannel中会有RtcStats统计信息,但在Flutter SDK中,onLeaveChannel是没有任何参数的。
谢谢!
另外,
在原生api文档中,
void io.agora.rtc.IRtcEngineEventHandler.onUserOffline ( int uid, int reason )第二个参数是reason
但在flutter sdk中
static void Function(int uid, int elapsed) onUserOffline; 第二个参数是elapsed
有点疑惑。
The text was updated successfully, but these errors were encountered: