From f7f46feb62abb634898f93cd3b75df69af33962e Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Mon, 5 Jun 2006 13:25:11 +0000 Subject: RTP session capturePort is now allways aligned with ipAndPort so as to avoid the possibility of having two concurrent RTP sessions for one OrkAudio capture port. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@246 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/RtpSession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h') diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h index 45a60cd..fcb3cb6 100644 --- a/orkaudio/audiocaptureplugins/voip/RtpSession.h +++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h @@ -82,7 +82,7 @@ public: RtpSession(CStdString& trackingId); void Stop(); void Start(); - void AddRtpPacket(RtpPacketInfoRef& rtpPacket); + bool AddRtpPacket(RtpPacketInfoRef& rtpPacket); void ReportSipInvite(SipInviteInfoRef& invite); CStdString m_trackingId; -- cgit v1.2.3