Babel
Epitech's C++ VoIP project
|
#include <User.hpp>
Public Member Functions | |
bool | isConnected () const |
bool | isCallable () const |
Public Attributes | |
std::string | username |
Username of the user. More... | |
uint64_t | connectionId = 0 |
conenctionId is used when trying to communicate with this user More... | |
bool | canBeCalled = false |
Tells if the user can be called. More... | |
|
inline |
|
inline |
bool Babel::User::canBeCalled = false |
Tells if the user can be called.
uint64_t Babel::User::connectionId = 0 |
conenctionId is used when trying to communicate with this user
std::string Babel::User::username |
Username of the user.