Skip to content

Commit 314d424

Browse files
authored
Merge pull request #219 from cloudflare/rename-to-meet
Rename Orange Meets into Meet
2 parents 8bdc329 + f7f32a8 commit 314d424

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
# Welcome to Orange Meets
1+
# Welcome to Cloudflare Meet
22

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)
44

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).
68

79
[Try the demo here!](https://demo.orange.cloudflare.dev)
810

9-
![A screenshot showing a room in Orange Meets](orange-meets.png)
11+
![A screenshot showing a room in Meet](orange-meets.png)
1012

1113
## Architecture Diagram
1214

13-
![Diagram of Orange Meets architecture](architecture.png)
15+
![Diagram of Meet architecture](architecture.png)
1416

1517
## Variables
1618

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.
1820

1921
Put these variables into `.dev.vars`
2022

@@ -31,7 +33,7 @@ The following variables are optional:
3133
- `MAX_WEBCAM_FRAMERATE` (default: `24`): the maximum number of frames per second for each meeting participant's webcam.
3234
- `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).
3335

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).
3537

3638
## Development
3739

0 commit comments

Comments
 (0)