Ring Daemon 16.0.0
|
#include <conference.h>
Public Member Functions | |
std::string | toString () const |
std::vector< std::map< std::string, std::string > > | toVectorMapStringString () const |
Public Attributes | |
int | h {0} |
int | layout {0} |
int | v {1} |
int | w {0} |
Friends | |
bool | operator!= (const ConfInfo &c1, const ConfInfo &c2) |
bool | operator== (const ConfInfo &c1, const ConfInfo &c2) |
Definition at line 153 of file conference.h.
std::string jami::ConfInfo::toString | ( | ) | const |
Definition at line 857 of file conference.cpp.
References jami::emitSignal(), h, layout, jami::json::toString(), v, and w.
std::vector< std::map< std::string, std::string > > jami::ConfInfo::toVectorMapStringString | ( | ) | const |
Definition at line 847 of file conference.cpp.
Referenced by jami::Call::getConferenceInfos(), and jami::Conference::getConferenceInfos().
Definition at line 179 of file conference.h.
Definition at line 160 of file conference.h.
int jami::ConfInfo::h {0} |
Definition at line 155 of file conference.h.
Referenced by jami::Call::setConferenceInfo(), and toString().
int jami::ConfInfo::layout {0} |
Definition at line 158 of file conference.h.
Referenced by jami::Conference::setLayout(), and toString().
int jami::ConfInfo::v {1} |
Definition at line 157 of file conference.h.
Referenced by jami::Call::setConferenceInfo(), and toString().
int jami::ConfInfo::w {0} |
Definition at line 156 of file conference.h.
Referenced by jami::Call::setConferenceInfo(), and toString().