curl --request GET \
--url https://use.hoop.dev/api/sessions/{session_id}/rdp-frames{
"frames": [
{
"bitmap": [
123
],
"index": 123,
"timestamp": 123
}
],
"has_more": true,
"limit": 123,
"offset": 123,
"total_duration": 123,
"total_frames": 123
}Returns paginated bitmap frames from an RDP session recording
curl --request GET \
--url https://use.hoop.dev/api/sessions/{session_id}/rdp-frames{
"frames": [
{
"bitmap": [
123
],
"index": 123,
"timestamp": 123
}
],
"has_more": true,
"limit": 123,
"offset": 123,
"total_duration": 123,
"total_frames": 123
}Was this page helpful?