fix call transports

This commit is contained in:
Henry Hiles 2026-03-17 12:21:59 -04:00
commit 9b655b7662
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ in
quad.matrix.settings.matrix_rtc.foci = [ quad.matrix.settings.matrix_rtc.foci = [
{ {
type = "livekit"; type = "livekit";
livekit_service_url = lkJwtServiceDomain; livekit_service_url = "https://${lkJwtServiceDomain}";
} }
]; ];