api:iptv:flexcareconferencesettings:create
Table of Contents
API : IPTV : FlexCare Conference settings : Create
Introduction
This will create FlexCare Conference settings based on a customer.
Request
| URL | https://api.telecomx.dk/iptv/flexcareconference/settings | ||
|---|---|---|---|
| Method | POST | ||
| Access level | RESELLER, ADMIN | ||
| Body | customer | Id | Id of the customer. |
| medcomUri | String | Uri to medcom platform so both tablet and telecomx platform are able to use the features available on Medcom platform. | |
| cameraOn | Boolean | If true then video stream is started from tablet when meeting starts. | |
| microphoneOn | Boolean | If true then microphone is unmuted on tablet when meeting starts. | |
| setVolume | Boolean | If true then tablet volume will be adjusted before meeting starts. | |
| addParticipant | Boolean | If true then it is possible to add participant via Medcom platform. | |
| volume | Number | Default volume niveu. | |
| quality | String | Default HIGH. | |
Query example
https://api.telecomx,dk/iptv/flexcareconference/settings
Response
| JSON object | ||
|---|---|---|
| _id | ObjectId | Unique id of setting |
| customer | ObjectId | Unique id of the customer |
| medcomUri | string | Url wich telecomx platform can communicate with medcom platform |
| cameraOn | boolean | If camera is set to on or off at the start of each meeting |
| microphoneOn | boolean | If microphone is set to on or off at the start of each meeting |
| setVolume | boolean | If tablet should set volume niveu before each meeting |
| addParticipant | boolean | Adds a option to add participants to meeting by email or sms, this is done trough Medcom platform |
| volume | number | Sets the tablet volume before each meeting |
| quality | String | Sets the meeting quality to: LOW, MEDIUM, HIGH, VERY_HIGH |
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | customer | Customer not found |
| 409 | customer | Customer does not have IPTV |
| 500 | internal_error | <Unspecified> |
api/iptv/flexcareconferencesettings/create.txt · Last modified: 2025/02/19 12:33 by Gudni Sigurdsson