mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
acutally use fallback url
This commit is contained in:
@@ -223,6 +223,13 @@ const LoadedCallView: FC<LoadedProps> = ({
|
|||||||
const rtcParticipationManager = useRtcParticipationManager(
|
const rtcParticipationManager = useRtcParticipationManager(
|
||||||
useRustRtcSdk ? drivers : null,
|
useRustRtcSdk ? drivers : null,
|
||||||
participationConfigValue,
|
participationConfigValue,
|
||||||
|
{
|
||||||
|
// Element Call's own `config.json` LiveKit service, for a homeserver
|
||||||
|
// that advertises no transport: the precedence Element Call has always
|
||||||
|
// had, and the route by which a host (Element Web) hands over what it
|
||||||
|
// found in `.well-known`.
|
||||||
|
transportFallbackUrl: Config.get().livekit?.livekit_service_url,
|
||||||
|
},
|
||||||
);
|
);
|
||||||
const participationMemberships = useBehavior(
|
const participationMemberships = useBehavior(
|
||||||
rtcParticipationManager?.memberships$ ?? NO_PARTICIPATION_MEMBERSHIPS,
|
rtcParticipationManager?.memberships$ ?? NO_PARTICIPATION_MEMBERSHIPS,
|
||||||
|
|||||||
Reference in New Issue
Block a user