视频会议

This commit is contained in:
duoaohui
2026-05-22 01:12:58 +08:00
parent 19aac86f48
commit 2d1a0d8f74

View File

@@ -315,7 +315,7 @@ func (s *MeetingService) assignCloudLawDefaultRole(ctx context.Context, userID i
}
func cloudLawUsername(phone string) string {
accountKey := strings.NewReplacer("+", "", "-", "", " ", "", "(", "", ")").Replace(phone)
accountKey := strings.NewReplacer("+", "", "-", "", " ", "", "(", "", ")", "").Replace(phone)
accountKey = strings.TrimSpace(accountKey)
if accountKey == "" {
accountKey = strings.ReplaceAll(uuid.New().String(), "-", "")[:12]