This repository was archived by the owner on Oct 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- From 7e4adc0f7898925ee37dfd19da21aed5d854b38e Mon Sep 17 00:00:00 2001
1
+ From 50f135d22519037408e4fbd64ae8615e2d6d8379 Mon Sep 17 00:00:00 2001
2
2
From: Chen Li1 <
[email protected] >
3
3
Date: Tue, 22 Dec 2020 16:55:51 +0800
4
4
Subject: [PATCH] Allow SDP info re-init
5
5
6
6
---
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(+)
9
9
10
10
diff --git a/erizo/src/erizo/SdpInfo.cpp b/erizo/src/erizo/SdpInfo.cpp
11
- index 4e13951..6b23522 100644
11
+ index 4e139511..393e48a8 100644
12
12
--- a/erizo/src/erizo/SdpInfo.cpp
13
13
+++ b/erizo/src/erizo/SdpInfo.cpp
14
- @@ -69,7 +69,17 @@ namespace erizo {
14
+ @@ -69,7 +69,15 @@ namespace erizo {
15
15
}
16
16
17
17
bool SdpInfo::initWithSdp(const std::string& sdp, const std::string& media) {
18
- + inOutPTMap.clear();
19
- + outInPTMap.clear();
20
18
+ payloadVector.clear();
21
19
+ bundleTags.clear();
22
20
+ extMapVector.clear();
@@ -30,5 +28,5 @@ index 4e13951..6b23522 100644
30
28
}
31
29
std::string SdpInfo::addCandidate(const CandidateInfo& info) {
32
30
- -
33
- 2.7.4
31
+ 2.17.1
34
32
You can’t perform that action at this time.
0 commit comments