diff --git a/src/state/CallViewModel/remoteMembers/ConnectionManager.ts b/src/state/CallViewModel/remoteMembers/ConnectionManager.ts index 4614e7aa..60c824b9 100644 --- a/src/state/CallViewModel/remoteMembers/ConnectionManager.ts +++ b/src/state/CallViewModel/remoteMembers/ConnectionManager.ts @@ -44,7 +44,7 @@ export class ConnectionManagerData { private getKey(transport: LivekitTransportConfig): string { // This is enough as a key because the ConnectionManager is already scoped by room. - // The ConnectionManager should also be scoped by slotId when we have multi-slot support. + // We also do not need to consider the slotId at this point since each `MatrixRTCSession` is already scoped by `slotDescription: {id, application}`. return transport.livekit_service_url; }