get_room_meeting_details
Retrieve detailed information about a Webex meeting associated with a specific room using the room's unique identifier for streamlined access and management.
Instructions
Get details of a Webex meeting for a specific room.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
roomId | Yes | The unique identifier for the room. |
Input Schema (JSON Schema)
{
"properties": {
"roomId": {
"description": "The unique identifier for the room.",
"type": "string"
}
},
"required": [
"roomId"
],
"type": "object"
}