Setup the project on the 100ms dashboard

Published: 29 November 2022
on channel: Aditya Thakur
1,015
like

How to build & run your first Livestream with 100ms Live-streaming SDK
Read the article here: https://www.100ms.live/blog/flutter-s...

Let’s get started by first setting up the project on the 100ms dashboard!

Go to the 100ms dashboard here: [https://dashboard.100ms.live/](https://dashboard.100ms.live/)
Signup or login to your account if you already have one.
Start by creating a new project by clicking on the ‘Create New’ button.
You’ll see the available templates to use. While you can create a custom app, for this example we will go ahead with the Live Streaming starter kit. Click on the ‘Deploy Now’ button.
Go ahead and enter a subdomain. For our example, I’ll enter `flutter` and select India as the Server Region.
Lastly, click on the ‘Go to App Dashboard’ to return.

With this done, we have deployed the Live Streaming Starter Kit. You can still use the web app by joining as Broadcaster and going live, but we’ll do so using the Flutter app that we will build.

Using the side navigation, click on ‘Rooms’ and then ‘Create Room’
Even though a room is already created by default, let us create a new one with the name “flutter”. Copy the ‘Room Id’ of the room to use later.

Now, let’s move further to create our Flutter project!