setGroupMemberInfo

public abstract void setGroupMemberInfo(String groupId, String userId, String nickname, String extra, IRongCoreCallback.OperationCallback callback)

设置群成员资料

群成员信息更新模式 memberInfoEditPermission ,决定是否可以修改群成员资料

Parameters

groupId

群组Id。

userId

群成员用户Id。

nickname

群成员昵称。长度不超过 64 个字符,不支持纯空格。

extra

群成员附加信息。长度不超过 128 个字符。注意:传null代表不设置此字段。

callback

操作完成后,结果通过此回调返回。