File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,21 @@ authMethod: "bearer"
37
37
2006-01-02T15:04:05Z07:00). ` null ` if the session hasn't terminated yet.
38
38
</ResponseField >
39
39
40
- <RequestExample >
40
+ <ResponseField name = " participant_duration_secs" type = " int or null" >
41
+ The sum of participant connection times, expressed in seconds.
42
+ ` null ` if the session hasn't terminated yet.
43
+ </ResponseField >
44
+
45
+ <ResponseField name = " offline_duration_secs" type = " int or null" >
46
+ The number of seconds elapsed where the session was online, but no participants were connected.
47
+ ` null ` if the session hasn't terminated yet.
48
+ </ResponseField >
41
49
50
+ <RequestExample >
42
51
``` bash cURL
43
52
curl -H ' Authorization: Bearer <your-api-key>' \
44
53
https://engine.hyperbeam.com/v0/vm/< session_id>
45
54
```
46
-
47
55
</RequestExample >
48
56
49
57
<ResponseExample >
@@ -54,7 +62,9 @@ curl -H 'Authorization: Bearer <your-api-key>' \
54
62
"embed_url" : " https://96xljbfypmn3ibra366yqapci.hyperbeam.com/AAEjQFOIRnyeb81XbBsHMw?token=VTWsp1KGn4lLySRkUCmmAhsCcqJrPdhTXNS0Y-KPwHU" ,
55
63
"admin_token" : " DrXWd9QguPRSXwhQn4yJ66sExpoV0BZtAfZsseYECKo" ,
56
64
"creation_date" : " 2025-01-02T15:04:05Z07:00" ,
57
- "termination_date" : null
65
+ "termination_date" : null ,
66
+ "participant_duration_secs" : null ,
67
+ "offline_duration_secs" : null
58
68
}
59
69
```
60
70
You can’t perform that action at this time.
0 commit comments