16 Media Recording
16.1 Get Media Recording state
GET https://<HOST>:<PORT>/api/mediaRecording/get?version=0
Returns the media recording state
Required Permissions
-
API
Response Body Structure
The response body is structured as MediaRecording JSON object. A description for its fields is at section 30.21.1. For the JSON schema refer to section 30.21.2.
Example
GET http://127.0.0.1:8888/api/mediaRecording/get?version=0
HTTP Response
HTTP/1.1 200 OK
HTTP Response Body
{"mediaRecordingActive": false}