CallStateReady¶
The call is ready to use
CallStateReady(
protocol: CallProtocol,
servers: list of CallServer,
config: string,
encryption_key: bytes,
emojis: list of string,
allow_p2p: Bool,
is_group_call_supported: Bool,
custom_parameters: string
) → CallState
protocol¶
Call protocols supported by the other call participant
servers¶
list of CallServer
List of available call servers
config¶
string
A JSON-encoded call config
encryption_key¶
bytes
Call encryption key
emojis¶
list of string
Encryption key fingerprint represented as 4 emoji
allow_p2p¶
Bool
True, if peer-to-peer connection is allowed by users privacy settings
is_group_call_supported¶
Bool
True, if the other party supports upgrading of the call to a group call
custom_parameters¶
string
Custom JSON-encoded call parameters to be passed to tgcalls