[Fix] Call Manager

This commit is contained in:
Alex Emmet 2026-01-28 12:21:36 +01:00
commit e4b687c884
4 changed files with 258 additions and 166 deletions

View file

@ -49,7 +49,6 @@ futures = "*"
futures-util = "*"
hex = "*"
http = "*"
hyper = { version = "1.8.1", features = ["full"] }
json = "*"
loom = "0.7.2"
once_cell = "1.21.3"
@ -77,8 +76,6 @@ warp = "*"
x448 = { version = "*" }
x509 = "*"
log = "0.4"
livekit = "0.7.25"
livekit-api = "0.4.10"
dotenv = "0.15.0"
aes-gcm = "0.10.3"
tokio-native-tls = "0.3.1"
@ -88,3 +85,6 @@ cbc = "0.1.2"
aes = "0.8.4"
strum = "0.27.2"
strum_macros = "0.27.2"
livekit = "0.7.25"
livekit-api = { version = "0.4.10", features = ["native-tls"] }
hyper = { version = "1.8.1", features = ["http1", "http2"] }