Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Call

Hierarchy

  • Call

Index

Properties

canHandleLocally

canHandleLocally: boolean

id

id: string

The id of the call

isGroup

isGroup: boolean

Whether or not the call is a group call

isVideo

isVideo: boolean

Whether or not the call is a video call

offerTime

offerTime: number

The epoch timestamp of the call. You will have to multiply this by 1000 to get the actual epoch timestamp

outgoing

outgoing: boolean

The direction of the call.

participants

participants: ContactId[]

The other participants on a group call

peerJid

peerJid: ContactId

The id of the account calling

webClientShouldHandle

webClientShouldHandle: boolean