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 27.19.1. For the JSON schema refer to section 27.19.2.

Example

GET http://127.0.0.1:8110/api/mediaRecording/get?version=0
HTTP Response Body
{"mediaRecordingActive": false}