Android-cuttlefish cvd tool
Public Member Functions | List of all members
cuttlefish::webrtc_streaming::PeerConnectionBuilder Class Referenceabstract

#include <connection_controller.h>

Inheritance diagram for cuttlefish::webrtc_streaming::PeerConnectionBuilder:
Inheritance graph
[legend]

Public Member Functions

virtual ~PeerConnectionBuilder ()=default
 
virtual Result< rtc::scoped_refptr< webrtc::PeerConnectionInterface > > Build (webrtc::PeerConnectionObserver &observer, const std::vector< webrtc::PeerConnectionInterface::IceServer > &per_connection_servers)=0
 

Constructor & Destructor Documentation

◆ ~PeerConnectionBuilder()

virtual cuttlefish::webrtc_streaming::PeerConnectionBuilder::~PeerConnectionBuilder ( )
virtualdefault

Member Function Documentation

◆ Build()

virtual Result< rtc::scoped_refptr< webrtc::PeerConnectionInterface > > cuttlefish::webrtc_streaming::PeerConnectionBuilder::Build ( webrtc::PeerConnectionObserver &  observer,
const std::vector< webrtc::PeerConnectionInterface::IceServer > &  per_connection_servers 
)
pure virtual

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