Babel
Epitech's C++ VoIP project
Public Member Functions | Public Attributes | List of all members
Babel::Call::Participant Struct Reference

struct to handle all Call related data More...

#include <Call.hpp>

Collaboration diagram for Babel::Call::Participant:

Public Member Functions

bool operator== (const Participant &p) const
 
Message< RFCCodes > & appendIP (Message< RFCCodes > &m) const
 

Public Attributes

uint64_t connectionId
 
std::string address
 
uint16_t port
 
std::string username
 

Detailed Description

struct to handle all Call related data

Member Function Documentation

◆ appendIP()

Message< RFCCodes > & Babel::Call::Participant::appendIP ( Message< RFCCodes > &  m) const

◆ operator==()

bool Babel::Call::Participant::operator== ( const Participant p) const

Member Data Documentation

◆ address

std::string Babel::Call::Participant::address

◆ connectionId

uint64_t Babel::Call::Participant::connectionId

◆ port

uint16_t Babel::Call::Participant::port

◆ username

std::string Babel::Call::Participant::username

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