diff options
author | Chris Hiszpanski <chris@liburtc.org> | 2021-04-29 01:30:50 -0700 |
---|---|---|
committer | Chris Hiszpanski <chris@liburtc.org> | 2021-05-04 00:58:39 -0700 |
commit | 2745c093dca7105672fd540f9d060a0ef1a1ce69 (patch) | |
tree | 9a0ddb52056f85e48ae6c3ad168db5983c36c6e9 /examples/.gitignore | |
parent | 79f4f70de1a6014d53b245b8069c833ce943f943 (diff) |
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.
Diffstat (limited to 'examples/.gitignore')
-rw-r--r-- | examples/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/.gitignore b/examples/.gitignore index b04600a..1549b67 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1 +1 @@ -sandbox +demo |