You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
-
# Welcome to Orange Meets
1
+
# Welcome to Cloudflare Meet
2
2
3
-
Orange Meets is a demo application built using [Cloudflare Calls](https://developers.cloudflare.com/calls/). To build your own WebRTC application using Cloudflare Calls, get started in the [Cloudflare Dashboard](https://dash.cloudflare.com/?to=/:account/calls).
3
+
(Cloudflare Meet was formerly known as Orange Meets)
4
4
5
-
Simpler examples can be found [here](https://github.com/cloudflare/calls-examples).
5
+
Meet is a demo application built using [Cloudflare Realtime SFU](https://developers.cloudflare.com/realtime/). To build your own WebRTC application using Cloudflare Realtime, get started in the [Cloudflare Dashboard](https://dash.cloudflare.com/?to=/:account/realtime).
6
+
7
+
Simpler examples can be found [here](https://github.com/cloudflare/realtime-examples).
6
8
7
9
[Try the demo here!](https://demo.orange.cloudflare.dev)
8
10
9
-

11
+

10
12
11
13
## Architecture Diagram
12
14
13
-

15
+

14
16
15
17
## Variables
16
18
17
-
Go to the [Cloudflare Calls dashboard](https://dash.cloudflare.com/?to=/:account/calls) and create an application.
19
+
Go to the [Cloudflare Realtime dashboard](https://dash.cloudflare.com/?to=/:account/realtime) and create an application.
18
20
19
21
Put these variables into `.dev.vars`
20
22
@@ -31,7 +33,7 @@ The following variables are optional:
31
33
-`MAX_WEBCAM_FRAMERATE` (default: `24`): the maximum number of frames per second for each meeting participant's webcam.
32
34
-`MAX_WEBCAM_QUALITY_LEVEL` (default `1080`): the maximum resolution for each meeting participant's webcam, based on the smallest dimension (i.e. the default is 1080p).
33
35
34
-
To customise these variables, place replacement values in `.dev.vars` (for development) and in the `[vars]` section of `wrangler.toml` (for the deployment).
36
+
To customize these variables, place replacement values in `.dev.vars` (for development) and in the `[vars]` section of `wrangler.toml` (for the deployment).
0 commit comments