完善rtp ext处理相关逻辑

This commit is contained in:
xiongziliang
2021-05-16 20:56:03 +08:00
parent bda378c340
commit a84bcec4aa
3 changed files with 29 additions and 19 deletions

View File

@@ -338,6 +338,7 @@ private:
SdpAttrCandidate::Ptr getIceCandidate() const;
bool canSendRtp() const;
bool canRecvRtp() const;
void changeRtpExtId(const RtpHeader *header, bool is_recv, bool is_rtx = false) const;
class RtpPayloadInfo {
public: