Add the listRtpSender http api

This commit is contained in:
xia-chu
2024-04-21 11:31:43 +08:00
parent 2d66dd7cb3
commit 664d0b67bc
4 changed files with 69 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ public:
const MediaTuple &getMediaTuple() const;
std::string shortUrl() const;
void forEachRtpSender(const std::function<void(const std::string &ssrc)> &cb) const;
protected:
/////////////////////////////////MediaSink override/////////////////////////////////