review: comment and better type

This commit is contained in:
Valere
2026-01-29 14:58:54 +01:00
parent ca7c8a2f11
commit a7bd2d3668
2 changed files with 4 additions and 2 deletions

View File

@@ -43,6 +43,8 @@ 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.
return transport.livekit_service_url;
}