Skip to content

Commit b60df88

Browse files
committed
correct the frame rate
1 parent 4e95e97 commit b60df88

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

observability/live-view.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ The `browser_live_view_url` supports additional query parameters to customize th
3535

3636
- `w` / `width` (num): sets the width of the VM's screen in pixels.
3737
- `h` / `height` (num): sets the height of the VM's screen in pixels.
38-
- `fr` (num): sets the live view frame rate. The default frame rate is 30 FPS.
38+
- `r` / `rate` (num): sets the live view frame rate in frames per second. The default is 30.
3939
- `readOnly` (bool): when set to `true`, the view will be non-interactive.
4040

41-
Example `https://api.onkernel.com/browser/live?w=1024&h=768&fr=60readOnly=false&jwt=`
42-
4341
## Browser persistence
4442

4543
If you [marked](/launch/browser-persistence) a browser for persistence, `browser_live_view_url` remains active after the invocation ends. It remains active until you [terminate the browser](/launch/browser-termination).

0 commit comments

Comments
 (0)