修复webrtc纯音频推流时不能注册流的bug:#963

This commit is contained in:
ziyue
2021-07-07 14:47:41 +08:00
parent 039be5444e
commit 6220db77e8
4 changed files with 44 additions and 23 deletions

View File

@@ -673,6 +673,7 @@ public:
const RtcMedia *getMedia(TrackType type) const;
bool haveSSRC() const;
bool supportRtcpFb(const string &name, TrackType type = TrackType::TrackVideo) const;
bool supportSimulcast() const;
private:
RtcSessionSdp::Ptr toRtcSessionSdp() const;