A Flutter app for creating and viewing live stream using videosdk package.
- Sign up on VideoSDK and visit API Keys section to get your API key and Secret key.
- Generate your token and copy it. This is how you will generate your token
- Open your code editor and copy .env.example to .env file. using the command - $ cp .env.example .env
- Replace the AUTH_TOKEN with your generated token in .env file (AUTH_TOKEN = "TEMPORARY-TOKEN" // replace this)
- Do "flutter run -d chrome" for (WEB APP)