Skip to content

Commit

Permalink
Merge pull request #427 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify Web Multi-device
  • Loading branch information
haoxiuwen authored Sep 13, 2023
2 parents 3753e9b + 78a469b commit b750d3b
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions docs/document/web/multi_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,10 @@

单端和多端登录场景下的互踢策略和自动登录时安全检查如下:

<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
</head>

<body>
<table width="807" height="327" border="1">
<tbody>
<tr>
<td width="109" height="49">单端/多端登录</td>
<td width="384">互踢策略</td>
<td width="292">自动登录安全检查</td>
</tr>
<tr>
<td height="52">单端登录</td>
<td>新登录的设备会将当前在线设备踢下线。</td>
<td rowspan="2">设备支持自动登录时,若设备下线后自动重连时需要判断是否踢掉当前在线的最早登录设备,请联系环信商务。 </td>
</tr>
<tr>
<td height="156">多端登录</td>
<td><p>若一端的登录设备数量达到了上限,最新登录的设备会将该端最早登录的设备踢下线。</p>
<p>即时通讯 IM 仅支持同端互踢,不支持各端之间互踢。</p></td>
</tr>
</tbody>
</table>
</body>
</html>
| 单端/多端登录 | 互踢策略 |
| :-------------- | :----- |
| 单端登录 | 新登录的设备会将当前在线设备踢下线。 |
| 多端登录 | 若一端的登录设备数量达到了上限,最新登录的设备会将该端最早登录的设备踢下线。<br/>即时通讯 IM 仅支持同端互踢,不支持各端之间互踢。 |

## 技术原理

Expand Down

0 comments on commit b750d3b

Please sign in to comment.