23 lines
505 B
Markdown
23 lines
505 B
Markdown
---
|
|
title: callStateError
|
|
description: Call has ended with an error
|
|
---
|
|
## Constructor: callStateError
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Call has ended with an error
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|error|[error](../constructors/error.md) | Yes|The error. Error with the code 4005000 returned if an outgoing call is missed because of expired timeout|
|
|
|
|
|
|
|
|
### Type: [CallState](../types/CallState.md)
|
|
|
|
|