完善sdp相关

This commit is contained in:
xiongziliang
2021-03-28 23:52:26 +08:00
parent 7722564ad8
commit e670099192
2 changed files with 23 additions and 5 deletions

View File

@@ -93,6 +93,7 @@ std::string WebRtcTransport::GetLocalSdp() {
"a=mid:video\r\n"
"a=sendonly\r\n"
"a=rtcp-mux\r\n"
"a=ice-lite\r\n"
"a=ice-ufrag:%s\r\n"
"a=ice-pwd:%s\r\n"
"a=ice-options:trickle\r\n"