MadelineProto/docs/TD_docs/constructors/callStateReady.md

27 lines
771 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: callStateReady
description: Call is ready to use
---
## Constructor: callStateReady
[Back to constructors index](index.md)
Call is ready to use
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|protocol|[callProtocol](../constructors/callProtocol.md) | Yes|Call protocols supported by the peer|
2017-08-25 15:05:53 +02:00
|connections|Array of [callConnection](../constructors/callConnection.md) | Yes|Available UDP reflectors|
|config|[string](../types/string.md) | Yes|JSON-encoded call config|
|encryption\_key|[bytes](../types/bytes.md) | Yes|Call encryption key|
2017-09-29 15:50:59 +02:00
|emojis|Array of [string](../types/string.md) | Yes|Encryption key emojis fingerprint|
2017-08-25 15:05:53 +02:00
### Type: [CallState](../types/CallState.md)