diff --git a/app/helpers/call_utils.py b/app/helpers/call_utils.py index 3587522..3e3ebb2 100644 --- a/app/helpers/call_utils.py +++ b/app/helpers/call_utils.py @@ -643,7 +643,7 @@ def __init__( self, sample_rate: int, scheduler: Scheduler, - max_delay_ms: int = 200, + max_delay_ms: int = 300, packet_duration_ms: int = 20, ): self._packet_duration_ms = packet_duration_ms