Update the video conference settings


Change the video conferencing settings.

Resource

PATCH /server/videoconf

Parameters

None

Payload

Fields

Name Patch Operations

isVideoConfEnabled

replace

mailFromAddress

replace

Response

None

Context

Authorization

Administrator

Errors

Example

Request
PATCH https://xelion.nl/api/v1/master/server/videoconf
Payload
{
    "operations": [
        {
            "op": "replace",
            "path": "/isVideoConfEnabled",
            "value": true
        },
        {
            "op": "replace",
            "path": "/mailFromAddress/address",
            "value": "info@xelion.nl"
        }
    ]
}