curl --request GET \
--url http://localhost:2468/v1/desktop/stream/status{
"active": true,
"processId": "<string>",
"windowId": "<string>"
}Returns the current state of the desktop WebRTC streaming session.
curl --request GET \
--url http://localhost:2468/v1/desktop/stream/status{
"active": true,
"processId": "<string>",
"windowId": "<string>"
}