Ring Daemon
Loading...
Searching...
No Matches
jami::JamiAccount::PendingCall Struct Reference
Collaboration diagram for jami::JamiAccount::PendingCall:
Collaboration graph

Public Attributes

std::weak_ptr< SIPCallcall
 
dht::InfoHash call_key
 
dht::InfoHash from
 
dht::InfoHash from_account
 
std::shared_ptr< dht::crypto::Certificate > from_cert
 
std::shared_ptr< IceTransportice_sp
 
std::shared_ptr< IceTransportice_tcp_sp
 
std::future< size_tlisten_key
 
std::chrono::steady_clock::time_point start
 

Detailed Description

Definition at line 157 of file jamiaccount.cpp.

Member Data Documentation

◆ call

std::weak_ptr<SIPCall> jami::JamiAccount::PendingCall::call

Definition at line 162 of file jamiaccount.cpp.

◆ call_key

dht::InfoHash jami::JamiAccount::PendingCall::call_key

Definition at line 164 of file jamiaccount.cpp.

◆ from

dht::InfoHash jami::JamiAccount::PendingCall::from

Definition at line 165 of file jamiaccount.cpp.

◆ from_account

dht::InfoHash jami::JamiAccount::PendingCall::from_account

Definition at line 166 of file jamiaccount.cpp.

◆ from_cert

std::shared_ptr<dht::crypto::Certificate> jami::JamiAccount::PendingCall::from_cert

Definition at line 167 of file jamiaccount.cpp.

◆ ice_sp

std::shared_ptr<IceTransport> jami::JamiAccount::PendingCall::ice_sp

Definition at line 160 of file jamiaccount.cpp.

◆ ice_tcp_sp

std::shared_ptr<IceTransport> jami::JamiAccount::PendingCall::ice_tcp_sp

Definition at line 161 of file jamiaccount.cpp.

◆ listen_key

std::future<size_t> jami::JamiAccount::PendingCall::listen_key

Definition at line 163 of file jamiaccount.cpp.

◆ start

std::chrono::steady_clock::time_point jami::JamiAccount::PendingCall::start

Definition at line 159 of file jamiaccount.cpp.


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