review: quick comment
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user