(id: string)
| 605 | } |
| 606 | |
| 607 | userLeftNotification(id: string) { |
| 608 | this.broadcastMessage({ |
| 609 | type: 'userLeftNotification', |
| 610 | id, |
| 611 | }) |
| 612 | } |
| 613 | |
| 614 | async cleanupOldConnections() { |
| 615 | const meetingId = await this.getMeetingId() |
no test coverage detected