mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-05 04:15:58 +00:00
review: quick comment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user