GetPhoneContextResponse: { activeTab: string; callStatus: string; callId?: string; direction?: string; callObject?: CallObject }

Type declaration

  • activeTab: string

    activeTab values : history, voicemail, lines, sms

  • callStatus: string

    callStatus values : Incomming, Outgoing, Active, Idle, Hold, Not Registered

  • Optional callId?: string
  • Optional direction?: string
  • Optional callObject?: CallObject

Generated using TypeDoc