From cc95fc5829774413f019b8b4c293beeff2cea1be Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Mon, 9 Feb 2026 12:54:45 -0800 Subject: [PATCH] webrtc --- priv/static/js/ts/webrtc.ts | 19 ++++ priv/static/webrtc.html | 174 +++++------------------------------- 2 files changed, 39 insertions(+), 154 deletions(-) diff --git a/priv/static/js/ts/webrtc.ts b/priv/static/js/ts/webrtc.ts index ad79f56..dfe998c 100644 --- a/priv/static/js/ts/webrtc.ts +++ b/priv/static/js/ts/webrtc.ts @@ -1 +1,20 @@ /** + * webrtc page script + * + * Author: Peter Harpending + * Date: 2026-02-04 + * Copyright: Copyright (c) 2026 QPQ AG + * + * Reference: https://git.qpq.swiss/QPQ-AG/research-megadoc/src/commit/c7c4592d4b21ad120145ef63334471a1a7ec1e60/paste/2026-02/grok-webrtc.html + * + * @module + */ + +main(); + +async function +main() +{ + let pc: RTCPeerConnection = new RTCPeerConnection(); +} + diff --git a/priv/static/webrtc.html b/priv/static/webrtc.html index 98caabc..68611c7 100644 --- a/priv/static/webrtc.html +++ b/priv/static/webrtc.html @@ -1,165 +1,31 @@ - - Super Simple WebRTC – Manual Signaling - + + FEWD: voice chat demo + +
+
+ Home +
+
-

WebRTC 1:1 test (copy-paste signaling)

+
+

FEWD: webrtc demo

-
- -
- -
+
+ + + +
-
- -
- -
+ +
-
-
- -
-
- -
- - -
- -
Status: ready
- - +