Commit a0e8413c9972e8803fa03b40d2eb8b3ecafb71d5
1 parent
1b1b0063
roomId ==> id
Showing
1 changed file
with
1 additions
and
1 deletions
05.互动云/3.6 客户端SDK连接聊天室鉴权接口.md
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | | 参数名 | 参数类型 | 必选 | 参数说明 | |
| 11 | 11 | | :-----------: | :------: | :------: | :------: | |
| 12 | 12 | | appId | String | true | 应用ID | |
| 13 | -| roomId | String | true | 聊天室ID | | |
| 13 | +| id | String | true | 聊天室ID | | |
| 14 | 14 | | sign | String | true | 签名| |
| 15 | 15 | ----- |
| 16 | 16 | #### 返回格式说明: | ... | ... |