freeswitch/fscomm/channel.cpp

9 lines
131 B
C++
Raw Normal View History

#include "channel.h"
Channel::Channel(QString uuid):
_uuid(uuid)
{
_progressEpoch = 0;
_progressMediaEpoch = 0;
}