backend: Comment out departureTimeout and add notes regarding LiveKit bug

This commit is contained in:
Carlos Santos 2025-04-10 12:42:28 +02:00
parent 7b443ca8d3
commit 18e0fe6a64

View File

@ -91,8 +91,10 @@ export class RoomService {
roomOptions: MeetRoomHelper.toOpenViduOptions(meetRoom)
}),
//TODO: Uncomment this when bug in LiveKit is fixed
// When it is defined, the room will be closed although there are participants
// emptyTimeout: ms('20s') / 1000,
departureTimeout: ms('20s') / 1000
// !FIXME: When this is defined, the room will be closed although there are participants
// departureTimeout: ms('20s') / 1000
// maxParticipants: maxParticipants || undefined,
};