File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 111
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-49a1a92e00d1eb87e91e8527275cb0705fce2edea30e70fea745f134dd451fbd.yml
3- openapi_spec_hash : 3aa6ab6939790f538332054162fbdedc
4- config_hash : 9818dd634f87b677410eefd013d7a179
3+ openapi_spec_hash : 8670a9860c54682b158924e990d4de31
4+ config_hash : b12b028d6aa7564db0983135073805e3
Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ def start(
139139 Start recording the browser session and return a replay ID.
140140
141141 Args:
142- framerate: Recording framerate in fps.
142+ framerate: Recording framerate in fps. Values above 20 require GPU to be enabled on the
143+ browser session.
143144
144145 max_duration_in_seconds: Maximum recording duration in seconds.
145146
@@ -315,7 +316,8 @@ async def start(
315316 Start recording the browser session and return a replay ID.
316317
317318 Args:
318- framerate: Recording framerate in fps.
319+ framerate: Recording framerate in fps. Values above 20 require GPU to be enabled on the
320+ browser session.
319321
320322 max_duration_in_seconds: Maximum recording duration in seconds.
321323
Original file line number Diff line number Diff line change 99
1010class ReplayStartParams (TypedDict , total = False ):
1111 framerate : int
12- """Recording framerate in fps."""
12+ """Recording framerate in fps.
13+
14+ Values above 20 require GPU to be enabled on the browser session.
15+ """
1316
1417 max_duration_in_seconds : int
1518 """Maximum recording duration in seconds."""
You can’t perform that action at this time.
0 commit comments