-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transport: remove duplicate call to method (#931)
* Transport: remove duplicate call to method We were calling twice Producer->GetRtcp() and Consumer->GetRtcp(). Those calls were not having any effect because the above methods just return if they are called before than expected, so the second call had no effect.
- Loading branch information
Showing
2 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
|
||
### NEXT | ||
|
||
* Transport: Remove duplicate call to method (PR #931). | ||
|
||
|
||
### 3.10.12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters