|
Ring Daemon
|
#include <call_set.h>

Public Member Functions | |
| void | add (const std::shared_ptr< Call > &call) |
| void | add (const std::shared_ptr< Conference > &conference) |
| std::shared_ptr< Call > | getCall (const std::string &callId) const |
| std::vector< std::string > | getCallIds () const |
| std::vector< std::shared_ptr< Call > > | getCalls () const |
| std::shared_ptr< Conference > | getConference (const std::string &conferenceId) const |
| std::vector< std::string > | getConferenceIds () const |
| std::vector< std::shared_ptr< Conference > > | getConferences () const |
| bool | remove (const std::shared_ptr< Call > &call) |
| bool | removeConference (const std::string &confId) |
Definition at line 29 of file call_set.h.
Definition at line 45 of file call_set.h.
References jami::emitSignal().
Referenced by jami::Account::attach(), and jami::Account::attach().

|
inline |
Definition at line 50 of file call_set.h.
References jami::emitSignal().

Definition at line 32 of file call_set.h.
References jami::emitSignal().
Referenced by jami::Account::getCall().

|
inline |
Definition at line 66 of file call_set.h.
References jami::emitSignal().
Referenced by jami::Account::getCallList(), and jami::Account::hangupCalls().

|
inline |
Definition at line 75 of file call_set.h.
References jami::emitSignal().

|
inline |
Definition at line 38 of file call_set.h.
References jami::emitSignal().
Referenced by jami::Account::getConference().

|
inline |
Definition at line 86 of file call_set.h.
References jami::emitSignal().
Referenced by jami::Account::getConferenceList().

|
inline |
Definition at line 95 of file call_set.h.
References jami::emitSignal().

Definition at line 55 of file call_set.h.
References jami::emitSignal().
Referenced by jami::Account::detach().

Definition at line 60 of file call_set.h.
References jami::emitSignal().
Referenced by jami::Account::removeConference().
