视频会议保存

This commit is contained in:
duoaohui
2026-05-18 21:23:00 +08:00
parent fb965cc8c4
commit 5a5706c236
20 changed files with 1211 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ import (
meetingService "github.com/echochat/backend/app/meeting/service"
notifyApp "github.com/echochat/backend/app/notify"
notifyService "github.com/echochat/backend/app/notify/service"
transcribeApp "github.com/echochat/backend/app/transcribe"
wsApp "github.com/echochat/backend/app/ws"
"github.com/echochat/backend/config"
"github.com/google/wire"
@@ -39,6 +40,7 @@ func InitializeApp(cfg *config.Config) (*App, error) {
groupApp.GroupSet,
notifyApp.NotifySet,
meetingApp.MeetingSet,
transcribeApp.TranscribeSet,
wire.Bind(new(wsApp.FriendIDsGetter), new(*contactDAO.FriendshipDAO)),
wire.Bind(new(groupService.UserInfoProvider), new(*contactDAO.FriendshipDAO)),
wire.Bind(new(imService.GroupInfoGetter), new(*groupDAO.GroupDAO)),