Apache OpenMeetings · JSON Structure

Apache Openmeetings Room Options Dto Structure

RoomOptionsDTO schema from Apache OpenMeetings REST API

Type: object Properties: 8
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

RoomOptionsDTO is a JSON Structure definition published by Apache OpenMeetings, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

roomId externalRoomId externalType recordingId moderator showAudioVideoTest allowSameURLMultipleTimes allowRecording

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-openmeetings/refs/heads/main/json-structure/apache-openmeetings-room-options-dto-structure.json",
  "description": "RoomOptionsDTO schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "roomId": {
      "type": "int64"
    },
    "externalRoomId": {
      "type": "string"
    },
    "externalType": {
      "type": "string"
    },
    "recordingId": {
      "type": "int64"
    },
    "moderator": {
      "type": "boolean"
    },
    "showAudioVideoTest": {
      "type": "boolean"
    },
    "allowSameURLMultipleTimes": {
      "type": "boolean"
    },
    "allowRecording": {
      "type": "boolean"
    }
  },
  "name": "RoomOptionsDTO"
}