| JSON object |
| settings | Array | List of settings |
| settings[]._id | ObjectId | Id of setting |
| settings[].name | String | Name of the setting |
| settings[].customer | ObjectId | Id of the customer |
| settings[].defaultSetting | Boolean | If this is the default setting for tablets |
| settings[].subject | String | Sets the room subject when created |
| settings[].description | String | Sets the room description when created |
| settings[].organizedByEmail | String | Email of the organizer |
| settings[].maxParticipants | Number | Sets the max participants when room is created |
| settings[].endMeetingOnTime | Boolean | If room should close when it reaches end time |
| settings[].meetingType | String | Enum POOL or NORMAL |
| settings[].duration | Number | Minutes, how long should the room be open |
| settings[].guestMicrophone | Boolean | Guest, if microphone is on or not when participant enters the room |
| settings[].guestPinRequired | Boolean | Guest, if pin is required when participant enters the room |
| settings[].projectCode | String | Medcom, requirement |
| settings[].schedulingTemplateId | Number | Sets the room background |
| settings[].enableOverlayText | Boolean | If participants name should be visible or not |
| settings[].tabletSetting | String | Name of the message |
| settings[].tabletSetting.medcomUri | String | Url wich telecomx platform can communicate with medcom platform |
| settings[].tabletSetting.cameraOn | Boolean | If camera is set to on or off at the start of each meeting |
| settings[].tabletSetting.microPhoneOn | Boolean | If micrphone is set to on or off at the start of each meeting |
| settings[].tabletSetting.setVolume | Boolean | If tablet should set volume niveu before each meeting |
| settings[].tabletSetting.addParticipant | Boolean | Adds a option to add participants to meeting by email or sms, this is done trough Medcom platform |
| settings[].tabletSetting.volume | Number | Sets the tablet volume before each meeting |
| settings[].tabletSetting.quality | String | Sets the meeting quality to: LOW, MEDIUM, HIGH, VERY_HIGH |
| settings[].sendSMS | Boolean | If this should send SMS. |
| settings[].sms | ObjectId | Id of the sms. |