Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
  • Loading branch information
kodster28 and hyperlint-ai[bot] authored Sep 18, 2024
1 parent 49d9f6f commit 28c4ed7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import { Details, DirectoryListing, Stream } from "~/components";
thumbnailStartTime="2.5s"
/>

Now, we're moving to the frontend. In this video, we'll set up the frontend starter code (the starter code is located in the Veet Github repository), connect to Durable Objects using a call room ID, and display a local video preview.
Now, we're moving to the frontend. In this video, we'll set up the frontend starter code (the starter code is located in the Veet GitHub repository), connect to Durable Objects using a call room ID, and display a local video preview.

Useful links:

- [Github code](https://github.com/megaconfidence/veet)
- [GitHub code](https://github.com/megaconfidence/veet)

<Details header="Video series" >

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ import { Details, DirectoryListing, Stream } from "~/components";
thumbnailStartTime="2.5s"
/>

Were almost done with the project, and in this video, well add the finishing touches. Learn how to handle call disconnections, wire up essential media controls like muting/unmuting and video toggling, and integrate a TURN server to ensure reliable connections even behind firewalls. By the end of this video, your app will be fully functional and ready for deployment.
We're almost done with the project, and in this video, we'll add the finishing touches. Learn how to handle call disconnections, wire up essential media controls like muting/unmuting and video toggling, and integrate a TURN server to ensure reliable connections even behind firewalls. By the end of this video, your app will be fully functional and ready for deployment.

Useful links:

- [Github code](https://github.com/megaconfidence/veet)
- [GitHub code](https://github.com/megaconfidence/veet)
- [TURN service](/calls/turn/)

<Details header="Video series" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ next: true

import { DirectoryListing, Stream } from "~/components";

Building stateful apps on a serverless architecture has been difficult until Cloudflares Durable Objects - a powerful API that enables you to easily build stateful serverless apps on Workers. In this series of videos, we will show how Durable Objects work and start building a video call app together.
Building stateful apps on a serverless architecture has been difficult until Cloudflare's Durable Objects - a powerful API that enables you to easily build stateful serverless apps on Workers. In this series of videos, we will show how Durable Objects work and start building a video call app together.

To get started, [create an account](https://dash.cloudflare.com/sign-up) on Cloudflare today for free.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import { Details, DirectoryListing, Stream } from "~/components";
thumbnailStartTime="2.5s"
/>

In this video, well build on the frontend we set up earlier by adding functionality for making and answering WebRTC video calls. Youll learn how to create peer-to-peer connections, handle ICE candidates, and seamlessly send and receive video streams between users.
In this video, we'll build on the frontend we set up earlier by adding functionality for making and answering WebRTC video calls. You'll learn how to create peer-to-peer connections, handle ICE candidates, and seamlessly send and receive video streams between users.

Useful links:

- [Github code](https://github.com/megaconfidence/veet)
- [GitHub code](https://github.com/megaconfidence/veet)

<Details header="Video series" >

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Now, we'll take it a step further by enabling our server to receive and broadcas

Useful links:

- [Github code](https://github.com/megaconfidence/veet)
- [GitHub code](https://github.com/megaconfidence/veet)

<Details header="Video series" >

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ In this video, we'll create a WebSocket backend using serverless technology, mak
Useful links:

- [CLI command](/pages/get-started/c3/) for creating new Workers and Pages projects
- [Hopscotch.io](https://hoppscotch.io/) for local websocket testing
- [Github code](https://github.com/megaconfidence/veet)
- [Hopscotch.io](https://hoppscotch.io/) for local WebSocket testing
- [GitHub code](https://github.com/megaconfidence/veet)

<Details header="Video series" >

Expand Down

0 comments on commit 28c4ed7

Please sign in to comment.