SIPSorcery.RTCC.RTCCDaemon.RTCCDaemon C# (CSharp) Method

RTCCDaemon() public method

public RTCCDaemon ( SIPSorceryPersistor sipSorceryPersistor ) : System
sipSorceryPersistor SIPSorceryPersistor
return System
        public RTCCDaemon(SIPSorceryPersistor sipSorceryPersistor)
        {
            m_sipSorceryPersistor = sipSorceryPersistor;
            m_cdrDataLayer = new Entities.CDRDataLayer();
        }