backend: Comment out departureTimeout and add notes regarding LiveKit bug
This commit is contained in:
parent
7b443ca8d3
commit
18e0fe6a64
@ -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,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user