Get the video conference settings


Retrieve the video conferencing settings.

Resource

GET /server/videoconf

Parameters

None

Payload

None

Context

Authorization

Administrator

Errors

Example

Request
GET https://xelion.nl/api/v1/master/server/videoconf
Response
{
    "object": {
        "isVideoConfEnabled": true,
        "mailFromAddress": {
            "commonName": "info@xelion.nl",
            "addressType": "Email",
            "address": "info@xelion.nl",
            "label": "",
            "orderNumber": 0,
            "oid": "2004821",
            "objectType": "TelecomAddress"
        }
    }
}