Skip to content
Snippets Groups Projects
Commit 3af1c1c6 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

* #6392: AudioRtpSession: Initialize remote port

parent 4e37d448
Branches
Tags
No related merge requests found
......@@ -43,6 +43,7 @@ AudioRtpSession::AudioRtpSession (SIPCall * sipcall) :
AudioRtpRecordHandler (sipcall)
, ost::SymmetricRTPSession (ost::InetHostAddress (sipcall->getLocalIp().c_str()), sipcall->getLocalAudioPort())
, _mainloopSemaphore (0)
, _remote_port (0)
, _timestamp (0)
, _timestampIncrement (0)
, _timestampCount (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment