Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 741eb24

Browse files
authored
Merge branch 'master' into revert-794-install-quic
2 parents 30031b5 + 131f7c4 commit 741eb24

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
From 7e4adc0f7898925ee37dfd19da21aed5d854b38e Mon Sep 17 00:00:00 2001
1+
From 50f135d22519037408e4fbd64ae8615e2d6d8379 Mon Sep 17 00:00:00 2001
22
From: Chen Li1 <[email protected]>
33
Date: Tue, 22 Dec 2020 16:55:51 +0800
44
Subject: [PATCH] Allow SDP info re-init
55

66
---
7-
erizo/src/erizo/SdpInfo.cpp | 10 ++++++++++
8-
1 file changed, 10 insertions(+)
7+
erizo/src/erizo/SdpInfo.cpp | 8 ++++++++
8+
1 file changed, 8 insertions(+)
99

1010
diff --git a/erizo/src/erizo/SdpInfo.cpp b/erizo/src/erizo/SdpInfo.cpp
11-
index 4e13951..6b23522 100644
11+
index 4e139511..393e48a8 100644
1212
--- a/erizo/src/erizo/SdpInfo.cpp
1313
+++ b/erizo/src/erizo/SdpInfo.cpp
14-
@@ -69,7 +69,17 @@ namespace erizo {
14+
@@ -69,7 +69,15 @@ namespace erizo {
1515
}
1616

1717
bool SdpInfo::initWithSdp(const std::string& sdp, const std::string& media) {
18-
+ inOutPTMap.clear();
19-
+ outInPTMap.clear();
2018
+ payloadVector.clear();
2119
+ bundleTags.clear();
2220
+ extMapVector.clear();
@@ -30,5 +28,5 @@ index 4e13951..6b23522 100644
3028
}
3129
std::string SdpInfo::addCandidate(const CandidateInfo& info) {
3230
--
33-
2.7.4
31+
2.17.1
3432

0 commit comments

Comments
 (0)