0.1.1
This commit is contained in:
@@ -6,12 +6,43 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Security-Policy"
|
||||
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; connect-src 'self';" />
|
||||
<title>Tauri GST Record + Preview</title>
|
||||
<title>Tauri GST Signalling + Chat</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main class="container">
|
||||
<h1>POC 2 - Recording + Preview</h1>
|
||||
<h1>POC 3 - Chat</h1>
|
||||
|
||||
<section class="card">
|
||||
<h2>Signalling + Chat</h2>
|
||||
|
||||
<div class="actions">
|
||||
<input id="chat-display-name" type="text" placeholder="Display name"
|
||||
value="sinus" />
|
||||
<button id="chat-connect-btn" type="button">Connect
|
||||
signalling</button>
|
||||
<button id="chat-disconnect-btn" type="button" disabled>Disconnect</button>
|
||||
</div>
|
||||
|
||||
<div class="chat-grid">
|
||||
<div>
|
||||
<h3>Peers</h3>
|
||||
<pre id="chat-peers">[]</pre>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Logs</h3>
|
||||
<pre id="chat-logs">Ready.</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="actions">
|
||||
<input id="chat-input" type="text" placeholder="Message" />
|
||||
<button id="chat-send-btn" type="button" disabled>Send chat</button>
|
||||
</div>
|
||||
|
||||
<pre id="chat-messages">No messages yet.</pre>
|
||||
</section>
|
||||
|
||||
<section class="card">
|
||||
<h2>Video Preview</h2>
|
||||
|
||||
Reference in New Issue
Block a user