暂时屏蔽一些日志

This commit is contained in:
xiongziliang
2021-04-07 21:02:28 +08:00
parent 1650f63af5
commit b2afae0e8a
2 changed files with 7 additions and 3 deletions

View File

@@ -133,6 +133,11 @@ void RtcpHeader::net2Host(size_t len){
bye->net2Host(len);
break;
}
case RtcpType::RTCP_RTPFB: {
//todo 支持rtcp-fb相关功能
break;
}
default: throw std::runtime_error(StrPrinter << "未处理的rtcp包:" << rtcpTypeToStr((RtcpType) this->pt));
}
}