View Source ExTDLib.Object.CallStateReady (ExTDLib v0.0.4)
The call is ready to use.
| Name | Type | Description |
|---|---|---|
| protocol | callProtocol | Call protocols supported by the other call participant. |
| servers | callServer | List of available call servers. |
| config | string | A JSON-encoded call config. |
| encryption_key | bytes | Call encryption key. |
| emojis | string | Encryption key emojis fingerprint. |
| allow_p2p | bool | True, if peer-to-peer connection is allowed by users privacy settings. |
More details on telegram's documentation.