Options
All
  • Public
  • Public/Protected
  • All
Menu

Module common/types/ScreenMeetSession

Index

Type aliases

CobrowseUrls

CobrowseUrls: { allcbdeployments?: string[]; host: string; invite?: string }

Type declaration

  • Optional allcbdeployments?: string[]
  • host: string
  • Optional invite?: string

LiveUrls

LiveUrls: { host: string; invite: string; vanity: string }

Type declaration

  • host: string
  • invite: string
  • vanity: string

ReplayUrls

ReplayUrls: { invite: string }

Type declaration

  • invite: string

ScreenMeetUrls

SupportSession

SupportSession: { ExternalUserId: number; OrganizationId: number; createdAt: string; createdByAgentSession: AgentSession; expiresAt: string; hostAuthToken: string; id: string; label: string; pin: number; scheduled: boolean; settings: AgentPrefOptions; status: "new" | "scheduled" | "active" | "closed"; type: ScreenMeetSessionType; unattended: boolean; updatedAt: string; userDescription: string }

Type declaration

  • ExternalUserId: number
  • OrganizationId: number
  • createdAt: string
  • createdByAgentSession: AgentSession
  • expiresAt: string
  • hostAuthToken: string
  • id: string
  • label: string
  • pin: number
  • scheduled: boolean
  • settings: AgentPrefOptions
  • status: "new" | "scheduled" | "active" | "closed"
  • type: ScreenMeetSessionType
  • unattended: boolean
  • updatedAt: string
  • userDescription: string

SupportSessionUrls

SupportSessionUrls: { host: string; invite: string; vanity: string }

Type declaration

  • host: string
  • invite: string
  • vanity: string

Generated using TypeDoc