PrivMX Endpoint v2.7.0
Loading...
Searching...
No Matches
privmx::endpoint::stream::ProxyWebRTC Class Reference
Inheritance diagram for privmx::endpoint::stream::ProxyWebRTC:
Collaboration diagram for privmx::endpoint::stream::ProxyWebRTC:

Public Member Functions

 ProxyWebRTC (privmx_endpoint_stream_WebRTCInterface webRTCInterface)
std::string createOfferAndSetLocalDescription (const std::string &streamRoomId) override
std::string createAnswerAndSetDescriptions (const std::string &streamRoomId, const std::string &sdp, const std::string &type) override
void setAnswerAndSetRemoteDescription (const std::string &streamRoomId, const std::string &sdp, const std::string &type) override
void updateSessionId (const std::string &streamRoomId, const int64_t sessionId, const std::string &connectionType) override
void close (const std::string &streamRoomId) override
void updateKeys (const std::string &streamRoomId, const std::vector< Key > &keys) override

Member Function Documentation

◆ close()

void privmx::endpoint::stream::ProxyWebRTC::close ( const std::string & streamRoomId)
overridevirtual

◆ createAnswerAndSetDescriptions()

std::string privmx::endpoint::stream::ProxyWebRTC::createAnswerAndSetDescriptions ( const std::string & streamRoomId,
const std::string & sdp,
const std::string & type )
overridevirtual

◆ createOfferAndSetLocalDescription()

std::string privmx::endpoint::stream::ProxyWebRTC::createOfferAndSetLocalDescription ( const std::string & streamRoomId)
overridevirtual

◆ setAnswerAndSetRemoteDescription()

void privmx::endpoint::stream::ProxyWebRTC::setAnswerAndSetRemoteDescription ( const std::string & streamRoomId,
const std::string & sdp,
const std::string & type )
overridevirtual

◆ updateKeys()

void privmx::endpoint::stream::ProxyWebRTC::updateKeys ( const std::string & streamRoomId,
const std::vector< Key > & keys )
overridevirtual

◆ updateSessionId()

void privmx::endpoint::stream::ProxyWebRTC::updateSessionId ( const std::string & streamRoomId,
const int64_t sessionId,
const std::string & connectionType )
overridevirtual

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