create_room
Create customizable rooms in Webex with specific titles, team IDs, and classification IDs. Manage room settings like privacy, locking, and announcement mode for tailored collaboration spaces.
Instructions
Create a room in Webex.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
classificationId | Yes | The classification ID for the room. | |
description | No | The description of the room. | |
isAnnouncementOnly | No | Whether the room is announcement only. | |
isLocked | No | Whether the room is locked. | |
isPublic | No | Whether the room is public. | |
teamId | Yes | The ID of the team to which the room belongs. | |
title | Yes | The title of the room. |