视频会议
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user