| JSON object |
| commands | Array | List of devices commands |
| commands[]._id | ObjectId | Unique id of a command. |
| commands[].type | String | Type of command START_MEETING, CAMERA_ON, MICROPHONE_ON, SET_VOLUME, SET_QUALITY, HANGUP. |
| commands[].value | Boolean | If type is CAMERA_ON or MICROPHONE_ON then if this is true then camera or microphone is unmuted. |
| commands[].volume | Number | If type is SET_VOLUME then this is the volume niveu in %. |
| commands[].quality | String | If type is SET_QUALITY then this is the quality value. |
| state | String | State of meeting. |
| settings | Object | |
| settings.medcomUri | String | Url wich telecomx platform can communicate with medcom platform |
| settings.cameraOn | Boolean | If camera is set to on or off |
| settings.microphoneOn | Boolean | If microphone is set to on or off |
| settings.setVolume | Boolean | If tablet should set volume niveu |
| settings.addParticipant | Boolean | Adds a option to add participants to meeting by email or sms, this is done trough Medcom platform |
| settings.volume | Number | Sets the tablet volume |
| settings.quality | String | Sets the meeting quality |