The URLs of the various actions provided by the video conferencing application. All URLs must use the https protocol.

Constructors

Properties

createMeetingUrl: string

The URL that HubSpot will send requests to create a new video conference.

deleteMeetingUrl?: string

The URL that HubSpot will send notifications of meetings that have been deleted in HubSpot.

fetchAccountsUri?: string
updateMeetingUrl?: string

The URL that HubSpot will send updates to existing meetings. Typically called when the user changes the topic or times of a meeting.

userVerifyUrl?: string

The URL that HubSpot will use to verify that a user exists in the video conference application.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods