1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Merge pull request #668 from VILLASframework/webrtc-dead-code

webrtc: Remove dead code
This commit is contained in:
Steffen Vogel 2023-06-20 20:39:21 +02:00 committed by GitHub
commit 02abbbf99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,46 +184,11 @@ int WebRTCNode::stop()
return Node::stop();
}
// int WebRTCNode::pause()
// {
// // TODO add implementation here
// return 0;
// }
// int WebRTCNode::resume()
// {
// // TODO add implementation here
// return 0;
// }
// int WebRTCNode::restart()
// {
// // TODO add implementation here
// return 0;
// }
// int WebRTCNode::reverse()
// {
// // TODO add implementation here
// return 0;
// }
std::vector<int> WebRTCNode::getPollFDs()
{
return { queue_signalled_fd(&queue) };
}
// std::vector<int> WebRTCNode::getNetemFDs()
// {
// // TODO add implementation here
// return {};
// }
// struct villas::node::memory::Type * WebRTCNode::getMemoryType()
// {
// // TODO add implementation here
// }
const std::string & WebRTCNode::getDetails()
{
details = fmt::format("");