mirror of
https://github.com/kuaifan/dootask.git
synced 2026-07-31 10:25:59 +00:00
1.7 KiB
1.7 KiB
id, title, type, feature, scope, locale, aliases, related_tools, related_pages, prerequisites, negative, last_verified
| id | title | type | feature | scope | locale | aliases | related_tools | related_pages | prerequisites | negative | last_verified | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| meeting.close.howto | 结束会议 | howto | meeting | end-user | zh |
|
|
v1.7.90 |
结束会议
自己离开
- 桌面端:会议窗口底部「离开会议」按钮(红色)
- 移动端竖屏:底部红色挂断图标
- 弹出确认框「确定要离开会议吗?」→ 选「退出」即可
会议房间何时真正关闭
DooTask 没有「结束所有人」操作。房间自然关闭由后端定时任务 CloseMeetingRoomTask 接管:
- 每 10 分钟跑一次
- 扫描所有未结束(
end_at为空)且 10 分钟未活动的会议 - 调用 Agora API 检查频道是否还有人
- 若已空,将
end_at写为当前时间 - 把所有相关会议消息卡片更新为「已结束」状态并推送到对话
离开后状态
- 自己回到上一个页面 / 对话
- 其他参会人仍在会议中
- 你重新通过会议号或链接还能再次加入(前提会议未关闭)
异常关闭
- 网络断开:客户端会自动重连;超过重试上限后视为离开
- 浏览器关页:等同主动离开
- 服务端配置错误(缺 appid / secret):定时任务不会执行,房间不自动关
不支持
- 不能手动「立即结束并踢掉所有人」
- 不能在结束的会议上「续会」(需新建一个会议)
相关
- 关于访客离开:meeting.tourist.concept