Reset received rtp ssrc media attribute to avoid sending it back.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4901 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2012-02-13 10:04:07 +00:00
parent 9b89fb8f92
commit 967ac21f1a
1 changed files with 1 additions and 0 deletions

View File

@ -2177,6 +2177,7 @@ void YJGConnection::addContent(bool local, JGSessionContent* c)
{
Lock lock(m_mutex);
m_audioContents.append(c);
c->m_rtpMedia.m_ssrc = "";
if (local)
c->m_rtpRemoteCandidates.m_type = c->m_rtpLocalCandidates.m_type;
else