add Member To Discussion
public abstract void addMemberToDiscussion(String discussionId, List<String> userIdList, RongIMClient.OperationCallback callback)
Adds users to a discussion group.
Deprecated
This method is deprecated.
Parameters
discussion Id
The ID of the discussion group.
user Id List
The list of user IDs to be invited.
callback
The callback to execute the operation.