From 2745c093dca7105672fd540f9d060a0ef1a1ce69 Mon Sep 17 00:00:00 2001 From: Chris Hiszpanski Date: Thu, 29 Apr 2021 01:30:50 -0700 Subject: Adds signaling to demo Adds simple HTTP/1.0 signaling to demo. Demo long-polls demo server (demo.liburtc.org) for an offer and posts an answer. Similarily, long-polls and posts candidates. --- examples/demo.html | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) (limited to 'examples/demo.html') diff --git a/examples/demo.html b/examples/demo.html index 03e07b9..0be9df8 100644 --- a/examples/demo.html +++ b/examples/demo.html @@ -4,12 +4,105 @@ liburtc demo +

liburtc demo

+
+

+ In this demo, this web browser is the caller and liburtc is the callee. +

+ +

+ This browser creates an offer and relays it to liburtc via a simple + signaling server (HTTP/1.0 long-polling). liburtc replies with an + answer, again via the signaling service. +

+ +
+ + -- cgit v1.2.3