视频连线

This commit is contained in:
duoaohui
2026-05-26 22:54:55 +08:00
parent 601366d2a8
commit f13a2e51ec
4 changed files with 3 additions and 19 deletions

View File

@@ -81,7 +81,7 @@ var MeetingLeftReasonMap = map[string]string{
// 会议默认配置(应用层强制约束)
const (
MeetingMVPMaxMembers = 8 // MVP 阶段单会议硬上限
MeetingMVPMaxMembers = 1000000 // MVP 阶段单会议硬上限
MeetingRoomCodeLength = 9 // 会议号去连字符后的长度XXX-XXX-XXX
MeetingRoomCodeRetryMax = 3 // 生成会议号冲突重试上限
MeetingPasswordMaxAttempts = 5 // 密码连续错误锁定阈值