tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::callStateReady Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::callStateReady:
td::td_api::CallState td::td_api::Object td::TlObject

Public Member Functions

 callStateReady ()
 
 callStateReady (object_ptr< callProtocol > &&protocol_, array< object_ptr< callServer > > &&servers_, string const &config_, bytes const &encryption_key_, array< string > &&emojis_, bool allow_p2p_, bool is_group_call_supported_, string const &custom_parameters_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

object_ptr< callProtocolprotocol_
 Call protocols supported by the other call participant.
 
array< object_ptr< callServer > > servers_
 List of available call servers.
 
string config_
 A JSON-encoded call config.
 
bytes encryption_key_
 Call encryption key.
 
array< stringemojis_
 Encryption key fingerprint represented as 4 emoji.
 
bool allow_p2p_
 True, if peer-to-peer connection is allowed by users privacy settings.
 
bool is_group_call_supported_
 True, if the other party supports upgrading of the call to a group call.
 
string custom_parameters_
 Custom JSON-encoded call parameters to be passed to tgcalls.
 

Static Public Attributes

static const std::int32_t ID = -281776921
 Identifier uniquely determining a type of the object.
 

Detailed Description

The call is ready to use.

Definition at line 7655 of file td_api.h.

Constructor & Destructor Documentation

◆ callStateReady() [1/2]

td::td_api::callStateReady::callStateReady ( )

The call is ready to use.

◆ callStateReady() [2/2]

td::td_api::callStateReady::callStateReady ( object_ptr< callProtocol > &&  protocol_,
array< object_ptr< callServer > > &&  servers_,
string const &  config_,
bytes const &  encryption_key_,
array< string > &&  emojis_,
bool  allow_p2p_,
bool  is_group_call_supported_,
string const &  custom_parameters_ 
)

The call is ready to use.

Parameters
[in]protocol_Call protocols supported by the other call participant.
[in]servers_List of available call servers.
[in]config_A JSON-encoded call config.
[in]encryption_key_Call encryption key.
[in]emojis_Encryption key fingerprint represented as 4 emoji.
[in]allow_p2p_True, if peer-to-peer connection is allowed by users privacy settings.
[in]is_group_call_supported_True, if the other party supports upgrading of the call to a group call.
[in]custom_parameters_Custom JSON-encoded call parameters to be passed to tgcalls.

Member Function Documentation

◆ store()

void td::td_api::callStateReady::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ allow_p2p_

bool td::td_api::callStateReady::allow_p2p_

True, if peer-to-peer connection is allowed by users privacy settings.

Definition at line 7676 of file td_api.h.

◆ config_

string td::td_api::callStateReady::config_

A JSON-encoded call config.

Definition at line 7670 of file td_api.h.

◆ custom_parameters_

string td::td_api::callStateReady::custom_parameters_

Custom JSON-encoded call parameters to be passed to tgcalls.

Definition at line 7680 of file td_api.h.

◆ emojis_

array<string> td::td_api::callStateReady::emojis_

Encryption key fingerprint represented as 4 emoji.

Definition at line 7674 of file td_api.h.

◆ encryption_key_

bytes td::td_api::callStateReady::encryption_key_

Call encryption key.

Definition at line 7672 of file td_api.h.

◆ ID

const std::int32_t td::td_api::callStateReady::ID = -281776921
static

Identifier uniquely determining a type of the object.

Definition at line 7702 of file td_api.h.

◆ is_group_call_supported_

bool td::td_api::callStateReady::is_group_call_supported_

True, if the other party supports upgrading of the call to a group call.

Definition at line 7678 of file td_api.h.

◆ protocol_

object_ptr<callProtocol> td::td_api::callStateReady::protocol_

Call protocols supported by the other call participant.

Definition at line 7666 of file td_api.h.

◆ servers_

array<object_ptr<callServer> > td::td_api::callStateReady::servers_

List of available call servers.

Definition at line 7668 of file td_api.h.


The documentation for this class was generated from the following file: