ClickMeeting integration (Communication, Marketing). Imported from open-connector.
https://api.clickmeeting.com/v1/ping
/conferences/{status}
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | required | The ClickMeeting room status. |
| page | integer | optional | The page number for inactive room listings. |
/conferences
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The room name visible to ClickMeeting attendees. |
| roomType | string | required | The ClickMeeting room type. |
| permanentRoom | boolean | required | Whether to create a permanent room instead of a one-time scheduled room. |
| accessType | integer | required | The ClickMeeting room access type: 1 for open access, 2 for password access, or… |
| customRoomUrlName | string | optional | The custom room URL slug to use instead of one derived from name. |
| lobbyDescription | string | optional | The UTF-8 lobby description shown before the room starts. |
| lobbyEnabled | boolean | optional | Whether the room lobby is enabled. |
| startsAt | string | optional | The room start date, either YYYY-MM-DD HH:mm:ss or ISO 8601. |
| duration | string | optional | The room duration in ClickMeeting format, such as 1:20 or 0:20. |
| timezone | string | optional | The time zone name for the room start date, such as America/New_York. |
| skinId | integer | optional | The ClickMeeting skin identifier. |
| password | string | optional | The room password used when accessType is 2. |
| registration | object | optional | The ClickMeeting registration settings for a room. |
| settings | object | optional | The ClickMeeting advanced room settings. |
/conferences/{roomId}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
/conferences/{roomId}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
| name | string | optional | The room name visible to ClickMeeting attendees. |
| roomType | string | optional | The ClickMeeting room type. |
| permanentRoom | boolean | optional | Whether to create a permanent room instead of a one-time scheduled room. |
| accessType | integer | optional | The ClickMeeting room access type: 1 for open access, 2 for password access, or… |
| customRoomUrlName | string | optional | The custom room URL slug to use instead of one derived from name. |
| lobbyDescription | string | optional | The UTF-8 lobby description shown before the room starts. |
| lobbyEnabled | boolean | optional | Whether the room lobby is enabled. |
| startsAt | string | optional | The room start date, either YYYY-MM-DD HH:mm:ss or ISO 8601. |
| duration | string | optional | The room duration in ClickMeeting format, such as 1:20 or 0:20. |
| timezone | string | optional | The time zone name for the room start date, such as America/New_York. |
| skinId | integer | optional | The ClickMeeting skin identifier. |
| password | string | optional | The room password used when accessType is 2. |
| registration | object | optional | The ClickMeeting registration settings for a room. |
| settings | object | optional | The ClickMeeting advanced room settings. |
| status | string | optional | The ClickMeeting room status. |
/conferences/{roomId}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
/conferences/{roomId}/tokens
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
/conferences/{roomId}/sessions
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
/conferences/{roomId}/sessions/{sessionId}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
| sessionId | integer | required | The ClickMeeting room session identifier. |
/conferences/{roomId}/sessions/{sessionId}/attendees
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
| sessionId | integer | required | The ClickMeeting room session identifier. |
/conferences/{roomId}/registrations/{status}
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
| status | string | required | The ClickMeeting registration status. |
/conferences/{roomId}/registration
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
| firstName | string | required | The participant first name. |
| lastName | string | required | The participant last name. |
| string | required | The participant email address. | |
| company | string | optional | The participant company name. |
| confirmationEmail | object | optional | The optional ClickMeeting confirmation email settings. |
/conferences/{roomId}/sessions/{sessionId}/registrations
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
| sessionId | integer | required | The ClickMeeting room session identifier. |
/time_zone_list/{country}
| Param | Type | Required | Description |
|---|---|---|---|
| country | string | required | The ISO 3166-1 alpha-2 country code to filter time zones. |
/phone_gateways
/conferences/recordings
/conferences/{roomId}/recordings
| Param | Type | Required | Description |
|---|---|---|---|
| roomId | integer | required | The ClickMeeting room identifier. |
/chats