Older/WebApplication/WebRTCClientPage.h
amass dc5b750056
Some checks failed
Deploy / Build (push) Failing after 53s
add webrtc test.
2025-01-12 00:46:14 +08:00

13 lines
254 B
C++

#ifndef __WEBRTCCLIENTPAGE_H__
#define __WEBRTCCLIENTPAGE_H__
#include <Wt/WTemplate.h>
class WebRTCClientPage : public Wt::WTemplate {
public:
WebRTCClientPage();
static std::string randomId(size_t length);
};
#endif // __WEBRTCCLIENTPAGE_H__