mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-04 21:35:19 +00:00
fixup tests / comments
This commit is contained in:
@@ -136,6 +136,10 @@ export class EmittableMockLivekitRoom extends EventEmitter {
|
||||
this.remoteParticipants.delete(remoteParticipant.identity);
|
||||
this.emit(RoomEvent.ParticipantDisconnected, remoteParticipant);
|
||||
}
|
||||
|
||||
public getAsLivekitRoom(): LivekitRoom {
|
||||
return this as unknown as LivekitRoom;
|
||||
}
|
||||
}
|
||||
|
||||
export function mockLivekitRoom(
|
||||
|
||||
Reference in New Issue
Block a user