Status

Get meeting status

get

Retrieve meeting status.

Authorizations
Path parameters
idall ofrequired

The unique ID of conference room.

The unique ID of the resource.

Responses
curl -L \
  --url 'https://HOSTNAME:8887/api/user/meetings/{id}/status' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "status": "ONLINE",
  "locked": true,
  "muted": true,
  "recording": true
}

Was this helpful?