Apache OpenMeetings · Example Payload

Apache Openmeetings Recording Dto Example

CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

Apache Openmeetings Recording Dto Example is an example object payload from Apache OpenMeetings, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamehashroomIdstatusinterviewstartendwidthheightownerIdexternalType

Example Payload

Raw ↑
{
  "id": 1234,
  "name": "Example Name",
  "hash": "example",
  "roomId": 1234,
  "status": "active",
  "interview": true,
  "start": "2026-04-19T10:00:00Z",
  "end": "2026-04-19T10:00:00Z",
  "width": 1234,
  "height": 1234,
  "ownerId": 1234,
  "externalType": "example"
}