Basic service infrastructure for JanusAgent

This commit is contained in:
DanB
2024-04-08 20:09:06 +02:00
parent 8ba8bfcff4
commit 8db91ca479
8 changed files with 209 additions and 1 deletions

View File

@@ -645,6 +645,7 @@ func main() {
services.NewEventReaderService(cfg, filterSChan,
shdChan, connManager, server, internalERsChan, anz, srvDep),
services.NewSIPAgent(cfg, filterSChan, shdChan, connManager, srvDep),
services.NewJanusAgent(cfg, filterSChan, server, connManager, srvDep),
)
srvManager.StartServices()
// Start FilterS