Variable DEFAULT_CALL_RECORDING_MAX_BUFFER_BYTESConst

DEFAULT_CALL_RECORDING_MAX_BUFFER_BYTES: 8000000 = 8_000_000

Default hard cap (bytes) on the in-memory call-recording packet buffer. On overflow the recorder drops the oldest packets and emits a RECORDING_BUFFER_OVERFLOW warning (once per flush window).

Default

8_000_000 (8 MB)