Commit b0af3334 by xiongziliang

修复firefox上webrtc echo测试无法通过的问题: #1493

parent 822a401f
......@@ -24,6 +24,8 @@ WebRtcEchoTest::WebRtcEchoTest(const EventPoller::Ptr &poller) : WebRtcTransport
void WebRtcEchoTest::onRtcConfigure(RtcConfigure &configure) const {
WebRtcTransportImp::onRtcConfigure(configure);
configure.audio.direction = configure.video.direction = RtpDirection::sendrecv;
configure.audio.extmap.emplace(RtpExtType::sdes_mid, RtpDirection::sendrecv);
configure.video.extmap.emplace(RtpExtType::sdes_mid, RtpDirection::sendrecv);
}
void WebRtcEchoTest::onRtp(const char *buf, size_t len, uint64_t stamp_ms) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论