Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::SIPCall::RtpStream Struct Reference

#include <sipcall.h>

Collaboration diagram for jami::SIPCall::RtpStream:
Collaboration graph

Public Attributes

std::shared_ptr< MediaAttributemediaAttribute_ {}
 
std::shared_ptr< MediaAttributeremoteMediaAttribute_
 
std::unique_ptr< dhtnet::IceSocket > rtcpSocket_
 
std::shared_ptr< RtpSessionrtpSession_ {}
 
std::unique_ptr< dhtnet::IceSocket > rtpSocket_
 

Detailed Description

Definition at line 82 of file sipcall.h.

Member Data Documentation

◆ mediaAttribute_

std::shared_ptr<MediaAttribute> jami::SIPCall::RtpStream::mediaAttribute_ {}

Definition at line 85 of file sipcall.h.

Referenced by jami::SIPCall::hasVideo(), and jami::SIPCall::isCaptureDeviceMuted().

◆ remoteMediaAttribute_

std::shared_ptr<MediaAttribute> jami::SIPCall::RtpStream::remoteMediaAttribute_

Definition at line 86 of file sipcall.h.

Referenced by jami::SIPCall::hasVideo().

◆ rtcpSocket_

std::unique_ptr<dhtnet::IceSocket> jami::SIPCall::RtpStream::rtcpSocket_

Definition at line 88 of file sipcall.h.

◆ rtpSession_

std::shared_ptr<RtpSession> jami::SIPCall::RtpStream::rtpSession_ {}

Definition at line 84 of file sipcall.h.

◆ rtpSocket_

std::unique_ptr<dhtnet::IceSocket> jami::SIPCall::RtpStream::rtpSocket_

Definition at line 87 of file sipcall.h.


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