Ring Daemon 16.0.0
Loading...
Searching...
No Matches
StreamData Struct Reference

Contains information about an AV subject. More...

#include <streamdata.h>

Collaboration diagram for StreamData:
Collaboration graph

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
 

Detailed Description

Contains information about an AV subject.

It's used by CallServicesManager.

Definition at line 28 of file streamdata.h.

Constructor & Destructor Documentation

◆ StreamData()

StreamData::StreamData ( const std::string &  callId,
bool  isReceived,
const StreamType mediaType,
const std::string &  conversationId,
const std::string &  accountId 
)
inline
Parameters
callId
isReceivedFalse if local audio/video streams
mediaType
conversationId
accountId

Definition at line 37 of file streamdata.h.

Member Data Documentation

◆ conversation

const std::string StreamData::conversation

Definition at line 57 of file streamdata.h.

◆ direction

const bool StreamData::direction

Definition at line 51 of file streamdata.h.

Referenced by jami::CallServicesManager::createAVSubject().

◆ id

const std::string StreamData::id

Definition at line 49 of file streamdata.h.

Referenced by jami::CallServicesManager::createAVSubject().

◆ source

const std::string StreamData::source

Definition at line 55 of file streamdata.h.

Referenced by jami::CallServicesManager::createAVSubject().

◆ type

const StreamType StreamData::type

Definition at line 53 of file streamdata.h.

Referenced by jami::CallServicesManager::createAVSubject().


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