openimsdk / open-im-sdk-flutter

IM SDK Flutter
https://openim.io
MIT License
365 stars 232 forks source link

Missing the ability to add or remove administrators. Currently, administrators can only be added during group creation #87

Closed YUZML closed 2 years ago

YUZML commented 2 years ago

/// /// @param groupName 群名 /// @param notification 群公告 /// @param introduction 群简介 /// @param faceUrl 群icon /// @param list(List) 被选择的群成员 /// @return Future OpenIM.iMManager.groupManager.createGroup( groupName: groupName, notification: notification, introduction: introduction, faceUrl: faceUrl, list: list,) 只有这个创建群的接口能够设置管理员,

hrxiang commented 2 years ago

已经在调试了,请留意下个版本

hrxiang commented 2 years ago

方法已经有了