Merge pull request #3854 from element-hq/valere/fix_race_connection_fails

Fix a race connection causing the joiner to never publish media to the call
This commit is contained in:
Valere Fedronic
2026-04-10 11:12:55 +02:00
committed by Robin
parent 3c2c189830
commit f6d80ed7f5
5 changed files with 256 additions and 41 deletions

View File

@@ -106,7 +106,7 @@ export function isLocalTransportWithSFUConfig(
return "transport" in obj && "sfuConfig" in obj;
}
interface LocalTransport {
export interface LocalTransport {
/**
* The transport to be advertised in our MatrixRTC membership. `null` when not
* yet fetched/validated.