Older/WebApplication/WebRTCClientPage.h

13 lines
254 B
C
Raw Normal View History

2025-01-12 00:46:14 +08:00
#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__