视频会议

This commit is contained in:
duoaohui
2026-05-21 19:01:25 +08:00
parent 3d7e64dfa9
commit fc20a97442
7 changed files with 150 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ meeting:
# media-server 失败回调共享密钥:必须与 media-server 端 INTERNAL_WEBHOOK_SECRET 环境变量一致
# 留空时 /internal/meeting/recordings/failure 全部 403默认安全
internal_webhook_secret: internal-webhook-12xqs
cloud_law_internal_token: cloud-law-internal-xx14
recording_transcode_enabled: true
recording_transcode_ffmpeg_path: /home/ykf/jenkins/yuyin/ffmpeg/ffmpeg-7.0.2-amd64-static/ffmpeg
recording_transcode_timeout_seconds: 600

View File

@@ -83,6 +83,7 @@ meeting:
# media-server 失败回调共享密钥:必须与 docker-compose 中 media-server 服务的 INTERNAL_WEBHOOK_SECRET 一致
# 生产部署请通过环境变量 ECHOCHAT_MEETING_INTERNAL_WEBHOOK_SECRET 覆盖viper.AutomaticEnv 已开启)
internal_webhook_secret: internal-webhook-12xqs
cloud_law_internal_token: cloud-law-internal-xx14
recording_transcode_enabled: true
recording_transcode_ffmpeg_path: ffmpeg
recording_transcode_timeout_seconds: 600

View File

@@ -83,6 +83,7 @@ type MeetingConfig struct {
RecordingTranscodeFFmpegPath string `mapstructure:"recording_transcode_ffmpeg_path"`
RecordingTranscodeTimeoutSeconds int `mapstructure:"recording_transcode_timeout_seconds"`
StaleRoomHours int `mapstructure:"stale_room_hours"` // 活跃超过此小时且无成员视为 stale默认 4
CloudLawInternalToken string `mapstructure:"cloud_law_internal_token"`
}
// MediaServerConfig Node media-server 接入配置Phase 2e-2 Task 7