summaryrefslogtreecommitdiff
path: root/voice_engine/channel.h
diff options
context:
space:
mode:
authorstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-11 09:55:30 +0000
committerstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-11 09:55:30 +0000
commit09da1a78127b1e5719daaf452f03d2012edad0dc (patch)
tree5e67e0cddb41db87167ad4c9610e09de40942dcf /voice_engine/channel.h
parentc4b828d1b37c297978031b1a6871a03cc2522c3a (diff)
downloadwebrtc-09da1a78127b1e5719daaf452f03d2012edad0dc.tar.gz
Remove the send-side cname getter APIs from voice and video engine.
These APIs aren't being used, and introduces deadlocks when using GetStats() in the new Call api. Having getters for cname at the send-side is pointless, as it's always the user who sets the cname. R=henrika@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/16899004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6659 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/channel.h')
-rw-r--r--voice_engine/channel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/voice_engine/channel.h b/voice_engine/channel.h
index 3c49d9bd..5cb2b9c3 100644
--- a/voice_engine/channel.h
+++ b/voice_engine/channel.h
@@ -327,7 +327,6 @@ public:
int SetRTCPStatus(bool enable);
int GetRTCPStatus(bool& enabled);
int SetRTCP_CNAME(const char cName[256]);
- int GetRTCP_CNAME(char cName[256]);
int GetRemoteRTCP_CNAME(char cName[256]);
int GetRemoteRTCPData(unsigned int& NTPHigh, unsigned int& NTPLow,
unsigned int& timestamp,