mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
answer sdp通过chrome校验
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user