create Discussion
public abstract void createDiscussion(String name, List<String> userIdList, RongIMClient.CreateDiscussionCallback callback)
Creates a discussion group.
Deprecated
This method is deprecated.
Parameters
name
The name of the discussion group.
user Id List
The list of member IDs for the discussion group.
callback
The callback triggered upon successful creation of the discussion group.