timeWindow property

int? timeWindow
getter/setter pair

The maximum duration (in milliseconds) from the current time until API calls are kept. If not specified, all API calls will be kept during the recording, which can lead to significant memory consumption for long sessions.

Implementation

int? timeWindow;