Ring Daemon 16.0.0
|
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 28 of file streamdata.h.
|
inline |
callId | |
isReceived | False if local audio/video streams |
mediaType | |
conversationId | |
accountId |
Definition at line 37 of file streamdata.h.
const std::string StreamData::conversation |
Definition at line 57 of file streamdata.h.
const bool StreamData::direction |
Definition at line 51 of file streamdata.h.
Referenced by jami::CallServicesManager::createAVSubject().
const std::string StreamData::id |
Definition at line 49 of file streamdata.h.
Referenced by jami::CallServicesManager::createAVSubject().
const std::string StreamData::source |
Definition at line 55 of file streamdata.h.
Referenced by jami::CallServicesManager::createAVSubject().
const StreamType StreamData::type |
Definition at line 53 of file streamdata.h.
Referenced by jami::CallServicesManager::createAVSubject().