MadelineProtoDocs/docs/TD_docs/constructors/callStateReady.md

28 lines
844 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: callStateReady
description: Call is ready to use
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: callStateReady
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Call is ready to use
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|protocol|[callProtocol](../constructors/callProtocol.md) | Yes|Call protocols supported by the peer|
|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|
|emojis|Array of [string](../types/string.md) | Yes|Encryption key emojis fingerprint|
### Type: [CallState](../types/CallState.md)