Service_NSSM/CC_SDK/Include/Module/Comm/WebRTC/CCWebRTC.h
2025-09-27 14:24:18 +08:00

22 lines
434 B
C++

#ifndef CC_WEBRTC_H
#define CC_WEBRTC_H
#include "CCWCTool.h"
namespace CTL {
class WebRTC {
public:
WebRTC() = default;
~WebRTC();
//--------------------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------------------
private:
};
}
#endif