> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# WACallEvent

> Type Alias WACallEvent in the Baileys API.

> **WACallEvent**: `object`

Defined in: [src/Types/Call.ts:12](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/Call.ts#L12)

## Type declaration

### callerPn?

> `optional` **callerPn**: `string`

### chatId

> **chatId**: `string`

### date

> **date**: `Date`

### from

> **from**: `string`

### groupJid?

> `optional` **groupJid**: `string`

### id

> **id**: `string`

### isGroup?

> `optional` **isGroup**: `boolean`

### isVideo?

> `optional` **isVideo**: `boolean`

### latencyMs?

> `optional` **latencyMs**: `number`

### offline

> **offline**: `boolean`

### status

> **status**: [`WACallUpdateType`](/api-reference/type-aliases/WACallUpdateType)
