Chromium Code Reviews

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_sender.h

Issue 2660253002: Do not regenerate ssrc on SetSendingStatus (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc ('k') | webrtc/modules/rtp_rtcp/source/rtp_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/rtp_sender.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.h b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
index 09884b374d2c6c3a4baa260e78e0853b741b949b..6894b0020ccfdd84a8ab1be17325079833ca97c2 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
@@ -87,8 +87,6 @@ class RTPSender {
int8_t SendPayloadType() const;
- void SetSendingStatus(bool enabled);
-
void SetSendingMediaStatus(bool enabled);
bool SendingMedia() const;
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc ('k') | webrtc/modules/rtp_rtcp/source/rtp_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine