Skip to content

yash-chudasama/videosdk-rtc-flutter-sdk-example

 
 

Repository files navigation

videosdk_rtc_flutter_sdk_example

This is VideoSDK RTC example code for flutter.

Setting up flutter app

  1. There are 2 options Option 1: Get Auth Token from VideoSDK Dashboard Option 2: Setting up Auth Server Instructions

  2. Clone the repo

    $ git clone https://github.com/videosdk-live/videosdk-rtc-flutter-sdk-example.git
  3. Copy the .env.example file to .env file.

    $ cp .env.example .env
  4. Either update AUTH_TOKEN or AUTH_URL in the .env file.

    AUTH_TOKEN=#YOUR_GENERATED_TOKEN
    

    OR

    AUTH_URL=#YOUR_AUTH_SERVER_URL
    
  5. Install pub

    $ flutter pub get
  6. Run the app

    $ flutter run

For more information please visit:

Related

About

This code sample demonstrates a one-to-one and group video call application built with RTC FLUTTER SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 88.9%
  • HTML 7.1%
  • Ruby 2.6%
  • Swift 0.8%
  • Shell 0.3%
  • Kotlin 0.2%
  • Objective-C 0.1%