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