This will hold information about each call object obtained using sidebar.getCalls() method

Hierarchy

  • ICall

Properties

callType: CALL_TYPE

Type of call.

It can be one of the following,

  • "Placed"

  • "Received"

id: string

ID of the call

localParticipant: IParticipant

Holds information of the local participant

remoteParticipants: IParticipant[]

Represents the list of remote participants in the call

state: CALL_STATE

State of the call.

It can be one of the following,

  • "Started"

  • "Connecting"

  • "Connected"

  • "Disconnecting"

  • "Disconnected"

  • "Rejected"

  • "Hold"

  • "Ended"