addMemberToDiscussion

public abstract void addMemberToDiscussion(String discussionId, List<String> userIdList, RongIMClient.OperationCallback callback)

Adds users to a discussion group.

Deprecated

This method is deprecated.

Parameters

discussionId

The ID of the discussion group.

userIdList

The list of user IDs to be invited.

callback

The callback to execute the operation.