Skip to content
New issue

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

onLeaveChannel的问题 #31

Closed
huangred opened this issue Mar 21, 2020 · 2 comments
Closed

onLeaveChannel的问题 #31

huangred opened this issue Mar 21, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@huangred
Copy link

huangred commented Mar 21, 2020

在原生api文档中,调用leavchannel后会回调onLeaveChannel,在onLeaveChannel中会有RtcStats统计信息,但在Flutter SDK中,onLeaveChannel是没有任何参数的。

  1. 在Flutter SDK中是不是还没有实现?
  2. 在Futter SDK中还是有其他方法获取统计信息?如有,望告知一下。

谢谢!

另外,
在原生api文档中,
void io.agora.rtc.IRtcEngineEventHandler.onUserOffline ( int uid, int reason )第二个参数是reason
但在flutter sdk中
static void Function(int uid, int elapsed) onUserOffline; 第二个参数是elapsed
有点疑惑。

@plutoless
Copy link

onLeaveChannel的参数应该是在最新版本加入的,我们正在计划flutter sdk的升级,会在下个版本对齐这些接口

@LichKing-2234 LichKing-2234 self-assigned this Apr 22, 2020
@LichKing-2234 LichKing-2234 added the enhancement New feature or request label Jun 12, 2020
@LichKing-2234
Copy link
Collaborator

3.x version support it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants