Skip to content

Undocumented meeting security settings #414

@Jericho

Description

@Jericho

When retrieving the security settings for a location or for a room, the JSON payload in the response contains the following snippet (notice there are 7 values):

"meeting_security":
{
    "auto_security":true,
    "waiting_room":true,
    "waiting_room_settings":{},
    "meeting_password":true,
    "require_password_for_scheduled_meeting":true,
    "rmi_password":false,
    "phone_password":true
}

However, the documentation says you should expect the following 3 settings: encryption_type, end_to_end_encrypted_meetings and auto_security as you can see here:

Image

Documentation even provides a sample JSON that looks like this:

  "meeting_security": {
    "encryption_type": "e2ee",
    "end_to_end_encrypted_meetings": true,
    "auto_security": true
  },

There seems to be a disconnect between what the API returns and what the documentation says.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions