review: quick comment

This commit is contained in:
Valere
2026-01-29 15:46:41 +01:00
parent a7bd2d3668
commit 8ee098eef1

View File

@@ -44,7 +44,7 @@ export class ConnectionManagerData {
private getKey(transport: LivekitTransportConfig): string { private getKey(transport: LivekitTransportConfig): string {
// This is enough as a key because the ConnectionManager is already scoped by room. // 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; return transport.livekit_service_url;
} }