answer sdp通过chrome校验

This commit is contained in:
ziyue
2021-04-01 11:42:40 +08:00
parent 4853a5af48
commit fd23a87cfb
6 changed files with 185 additions and 30 deletions

View File

@@ -104,7 +104,7 @@ std::string WebRtcTransport::getAnswerSdp(const string &offer){
throw std::invalid_argument("支持group BUNDLE模式");
}
auto str = _answer_sdp->toString();
InfoL << str;
InfoL << "\r\n" << str;
return str;
}