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

获取channel信息,这里的API是指哪个API? #24

Open
wuweijian1997 opened this issue Apr 22, 2024 · 1 comment
Open

获取channel信息,这里的API是指哪个API? #24

wuweijian1997 opened this issue Apr 22, 2024 · 1 comment

Comments

@wuweijian1997
Copy link

这里的demo可以补充的详细一点吗?

  // 获取channel资料
    WKIM.shared.channelManager
        .addOnGetChannelListener((channelId, channelType, back) {
      print('获取channel资料');
      if (channelType == WKChannelType.personal) {
        // 获取个人资料
        // 这里直接返回了。实际情况可通过API请求后返回
        var channel = WKChannel(channelId, channelType);

还有有没有群或技术可以联系沟通一下的?

@tangtaoit
Copy link

可以参考下 这个issue: WuKongIM/WuKongIM#21

技术群加这个微信拉你入群:
wechat

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

No branches or pull requests

2 participants