Options
All
  • Public
  • Public/Protected
  • All
Menu

Module common/types/NewSessionOptions

Index

Type aliases

AgentPrefOptions

CobrowseSessionAgentPrefs

CobrowseSessionAgentPrefs: { record: boolean }

Type declaration

  • record: boolean

LiveSessionAgentPrefs

LiveSessionAgentPrefs: { audio: boolean; knock: boolean; record: boolean }

Type declaration

  • audio: boolean
  • knock: boolean
  • record: boolean

NewSessionOptions

NewSessionOptions: { agentPrefs: AgentPrefOptions; externalMapping?: string; label: string; metaData?: {}; parentObject?: ParentObject; type: ScreenMeetSessionType; userDescription: string }

Type declaration

ParentObject

ParentObject: { app: string; id: string; name: string; provider?: string; sync: boolean; type: string }

Type declaration

  • app: string
  • id: string
  • name: string
  • Optional provider?: string
  • sync: boolean
  • type: string

ReplaySessionAgentPrefs

ReplaySessionAgentPrefs: {}

Type declaration

SupportSessionAgentPrefs

SupportSessionAgentPrefs: { prerequestadmin: boolean; prerequestrc: boolean; record: boolean }

Type declaration

  • prerequestadmin: boolean
  • prerequestrc: boolean
  • record: boolean

Generated using TypeDoc