Skip to content
Snippets Groups Projects
Commit 2ea12474 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #7842: added explicit call to TimerPort ctor for clarity

parent 5800b9f3
Branches
Tags
No related merge requests found
......@@ -42,7 +42,8 @@
namespace sfl {
AudioSymmetricRtpSession::AudioSymmetricRtpSession(SIPCall * sipcall) :
ost::SymmetricRTPSession(ost::InetHostAddress(sipcall->getLocalIp().c_str()), sipcall->getLocalAudioPort())
ost::TimerPort()
, ost::SymmetricRTPSession(ost::InetHostAddress(sipcall->getLocalIp().c_str()), sipcall->getLocalAudioPort())
, AudioRtpSession(sipcall, Symmetric, this, this)
, echoCanceller()
, rtpThread_(new AudioRtpThread(this))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment