Ring Daemon 16.0.0
|
#include <conference.h>
Public Member Functions | |
void | fromJson (const Json::Value &v) |
Json::Value | toJson () const |
std::map< std::string, std::string > | toMap () const |
Public Attributes | |
bool | active {false} |
bool | audioLocalMuted {false} |
bool | audioModeratorMuted {false} |
std::string | device |
int | h {0} |
bool | handRaised {false} |
bool | isModerator {false} |
bool | recording {false} |
std::string | sinkId |
std::string | uri |
bool | videoMuted {false} |
bool | voiceActivity {false} |
int | w {0} |
int | x {0} |
int | y {0} |
Friends | |
bool | operator!= (const ParticipantInfo &p1, const ParticipantInfo &p2) |
bool | operator== (const ParticipantInfo &p1, const ParticipantInfo &p2) |
Definition at line 59 of file conference.h.
Definition at line 77 of file conference.h.
References active, audioLocalMuted, audioModeratorMuted, device, h, handRaised, isModerator, recording, sinkId, uri, videoMuted, voiceActivity, w, x, and y.
Referenced by jami::Call::setConferenceInfo().
|
inline |
Definition at line 96 of file conference.h.
References active, audioLocalMuted, audioModeratorMuted, device, jami::emitSignal(), h, handRaised, isModerator, recording, sinkId, uri, videoMuted, voiceActivity, w, x, and y.
|
inline |
Definition at line 117 of file conference.h.
References active, audioLocalMuted, audioModeratorMuted, device, h, handRaised, isModerator, recording, sinkId, uri, videoMuted, voiceActivity, w, x, and y.
|
friend |
Definition at line 147 of file conference.h.
|
friend |
Definition at line 136 of file conference.h.
Definition at line 64 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
Definition at line 70 of file conference.h.
Referenced by jami::Conference::Conference(), fromJson(), toJson(), and toMap().
Definition at line 71 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
std::string jami::ParticipantInfo::device |
Definition at line 62 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
int jami::ParticipantInfo::h {0} |
Definition at line 68 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
Definition at line 73 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
Definition at line 72 of file conference.h.
Referenced by jami::Conference::Conference(), fromJson(), toJson(), and toMap().
Definition at line 75 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
std::string jami::ParticipantInfo::sinkId |
Definition at line 63 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
std::string jami::ParticipantInfo::uri |
Definition at line 61 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
Definition at line 69 of file conference.h.
Referenced by jami::Conference::Conference(), fromJson(), toJson(), and toMap().
Definition at line 74 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
int jami::ParticipantInfo::w {0} |
Definition at line 67 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
int jami::ParticipantInfo::x {0} |
Definition at line 65 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().
int jami::ParticipantInfo::y {0} |
Definition at line 66 of file conference.h.
Referenced by fromJson(), toJson(), and toMap().