|
|
| 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 |
◆ 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: