frontend: Increase minimum speaking duration for smart layout display to enhance participant tracking

This commit is contained in:
Carlos Santos 2025-12-11 13:50:25 +01:00
parent 477119a06f
commit f178f2a611

View File

@ -26,7 +26,7 @@ export class MeetLayoutService extends LayoutService {
* Minimum duration in milliseconds that a participant must be speaking
* before being considered for display in the smart layout.
*/
private readonly MIN_SPEAKING_DURATION_MS = 1200;
private readonly MIN_SPEAKING_DURATION_MS = 2000;
/**
* Grace period in milliseconds to keep tracking a speaker after they stop.