Commit 88624a02777161e66d3832489a608cd3053296cc

Authored by 国亚奇
1 parent c9093367

u

05.互动云/6.1 TIM-创建聊天室.md
... ... @@ -2,11 +2,10 @@
2 2 | 参数名 | 参数类型 | 必选 | 参数说明 |
3 3 | :-----------: | :------: | :------: | :------: |
4 4 | appId| String | true| 应用ID|
5   -| sdkAppId| String | true | APP在云通信控制台上获取的Appid |
  5 +| sdkAppId| String | true | APP在云通信控制台上获取的SDKAPPID |
6 6 | groupName| String | true | 群名称|
7   -| identifier| String | false | 用户名(必须为APP管理员帐号)|
8   -| groupId| String | false | 用户自定义群组ID|
9   -| groupOwner| String | false | 群主的UserId|
  7 +| groupId| String | false | 默认为云平台分配;用户也可以自定义群组ID|
  8 +| groupOwner| String | false | 默认无群主;用户也可以指定群主|
10 9 | sign | String | true | 签名规则见<a href="http://bj.gitlab.cnlive.com/OPEN-API/WIKI/blob/master/00.%E5%85%AC%E5%85%B1%E7%BB%84%E4%BB%B6/1.1%20SHA1%E7%AD%BE%E5%90%8D.md">签名详情</a>
11 10 -----
12 11 #### 返回格式说明:
... ...