Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -65,7 +65,7 @@
|
|
| 65 |
<section class="readme usertext">
|
| 66 |
<article><h1>CloudflareCalls.js</h1>
|
| 67 |
<p>A reference implementation of Cloudflare Calls, including a client-side library <a href="CloudflareCalls.html">(CloudflareCalls class)</a>, and a minimal Express <a href="api/index.html">signaling server</a>.</p>
|
| 68 |
-
<p><a href="index.html">Library Docs</a> | <a href="api/index.html">API (server) Docs</a> |
|
| 69 |
<h1>Getting Started</h1>
|
| 70 |
<p>Cloudflare Calls requires a backend server to protect its <code>CLOUDFLARE_APP_ID</code> and <code>CLOUDFLARE_APP_SECRET</code>. These are stored as environment variables in this example.</p>
|
| 71 |
<p>Optionally, <code>CLOUDFLARE_TURN_ID</code> and <code>CLOUDFLARE_TURN_TOKEN</code> are used to authenticate users to Cloudflare's ICE servers.</p>
|
|
|
|
| 65 |
<section class="readme usertext">
|
| 66 |
<article><h1>CloudflareCalls.js</h1>
|
| 67 |
<p>A reference implementation of Cloudflare Calls, including a client-side library <a href="CloudflareCalls.html">(CloudflareCalls class)</a>, and a minimal Express <a href="api/index.html">signaling server</a>.</p>
|
| 68 |
+
<p><a href="index.html">Library Docs</a> | <a href="api/index.html">API (server) Docs</a> |
|
| 69 |
<h1>Getting Started</h1>
|
| 70 |
<p>Cloudflare Calls requires a backend server to protect its <code>CLOUDFLARE_APP_ID</code> and <code>CLOUDFLARE_APP_SECRET</code>. These are stored as environment variables in this example.</p>
|
| 71 |
<p>Optionally, <code>CLOUDFLARE_TURN_ID</code> and <code>CLOUDFLARE_TURN_TOKEN</code> are used to authenticate users to Cloudflare's ICE servers.</p>
|