WebRTC audio/video call and conferencing server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
346 B

<%define "crawlerPage"%><!doctype html>
<html>
<head>
<meta property="og:title" content="/<%.Room%>" />
<meta property="og:site_name" content="<%.Cfg.Title%>"/>
<meta property="og:image" content="<%.Scheme%>://<%.Host%><%.Cfg.B%>static/img/opengraph-image.png" />
<meta property="og:type" content="article" />
</head>
<body></body>
</html><%end%>