聆客开放平台

# createGroup

创建群组。(linkx暂不支持)

# 输入

继承标准对象输入,扩展属性描述

名称 数据类型 必填 默认值 描述
userIds Array 默认添加的用户id

# 输出

继承标准对象输出,无扩展属性

# 示例代码

app.link.createGroup(
  function(result){
      bui.alert(result);
  },
  function(error){
      bui.alert(error);
  },
  []
);