mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Refactor local transport
- use the new domain logic to discover the transport - then try to authenticate - Also fix the bug in multi sfu where active$ not updated on delayId change
This commit is contained in:
@@ -544,7 +544,7 @@ describe("LocalTransport", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it.fails(
|
||||
it(
|
||||
"should not update advertised transport on delayID changes, but active should update",
|
||||
async () => {
|
||||
// For simplicity, we'll just use the config livekit
|
||||
|
||||
Reference in New Issue
Block a user