Distribution_Service/CC_SDK/Include/Module/Comm/DataChannel/PeerConnectionConfig.h
2025-11-11 17:46:19 +08:00

11 lines
124 B
C++

#ifndef PEER_CONNECTION_CONFIG_H
#define PEER_CONNECTION_CONFIG_H
namespace CTL {
class PeerConfig {
};
}
#endif