Send Sdes using RtcpPacket
BUG=2450 R=asapersson@webrtc.org Review URL: https://codereview.webrtc.org/1196863003. Cr-Commit-Position: refs/heads/master@{#9504}
This commit is contained in:
@ -365,8 +365,7 @@ class RtpRtcp : public Module {
|
||||
*
|
||||
* return -1 on failure else 0
|
||||
*/
|
||||
virtual int32_t AddMixedCNAME(uint32_t SSRC,
|
||||
const char cName[RTCP_CNAME_SIZE]) = 0;
|
||||
virtual int32_t AddMixedCNAME(uint32_t SSRC, const char* c_name) = 0;
|
||||
|
||||
/*
|
||||
* RemoveMixedCNAME
|
||||
|
||||
Reference in New Issue
Block a user