Room settings

Get room settings

This endpoint allows you to fetch room settings.

get/1/kmeet/rooms/{room_id}/settings

Path parameters

room_idstring required

Unique identifier of the room settings

Response

Default response

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "created_at": "2020-06-01 20:00:00",
    "updated_at": "2020-06-01 20:00:00",
    "ending_at": "2020-06-01 20:00:00",
    "hostname": "kmeet.infomaniak.com"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.