|
Ring Daemon
|
Contains information about an AV subject. More...
#include <streamdata.h>

Public Member Functions | |
| StreamData (const std::string &callId, bool isReceived, const StreamType &mediaType, const std::string &conversationId, const std::string &accountId) | |
Public Attributes | |
| const std::string | conversation |
| const bool | direction |
| const std::string | id |
| const std::string | source |
| const StreamType | type |
Contains information about an AV subject.
It's used by CallServicesManager.
Definition at line 29 of file streamdata.h.
|
inline |
| callId | |
| isReceived | False if local audio/video streams |
| mediaType | |
| conversationId | |
| accountId |
Definition at line 38 of file streamdata.h.
| const std::string StreamData::conversation |
Definition at line 58 of file streamdata.h.
| const bool StreamData::direction |
Definition at line 52 of file streamdata.h.
Referenced by jami::CallServicesManager::createAVSubject().
| const std::string StreamData::id |
Definition at line 50 of file streamdata.h.
Referenced by jami::CallServicesManager::createAVSubject().
| const std::string StreamData::source |
Definition at line 56 of file streamdata.h.
Referenced by jami::CallServicesManager::createAVSubject().
| const StreamType StreamData::type |
Definition at line 54 of file streamdata.h.
Referenced by jami::CallServicesManager::createAVSubject().