Apache OpenMeetings · Example Payload

Apache Openmeetings Room Options Dto Example

CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

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

Top-level fields

roomIdexternalRoomIdexternalTyperecordingIdmoderatorshowAudioVideoTestallowSameURLMultipleTimesallowRecording

Example Payload

Raw ↑
{
  "roomId": 1234,
  "externalRoomId": "500123",
  "externalType": "example",
  "recordingId": 1234,
  "moderator": true,
  "showAudioVideoTest": true,
  "allowSameURLMultipleTimes": true,
  "allowRecording": true
}