transfer Group Owner
public abstract void transferGroupOwner(String groupId, String newOwnerId, boolean quitGroup, QuitGroupConfig config, IRongCoreCallback.OperationCallback callback)
转让群组
Parameters
group Id
群组Id。
new Owner Id
转让后的群主用户ID
quit Group
转让后是否退出群组
config
踢出群组配置。允许传空,传空代表使用默认配置。注意:只有在转让后退出群组状态下此功能才生效。 该配置参数仅在quitGroup为true时生效,参照io.rong.imlib.model.QuitGroupConfig
callback
操作完成后,结果通过此回调返回。