mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-13 13:40:44 +00:00
7 lines
78 B
C++
7 lines
78 B
C++
|
#include "channel.h"
|
||
|
|
||
|
Channel::Channel(QString uuid):
|
||
|
_uuid(uuid)
|
||
|
{
|
||
|
}
|