Skip to main content

Get Started

Please refer to here to deploy the Flutter development environment.

Usage#

Add flutter_webrtc as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/).

You can find the latest version here [![pub package](https://img.shields.io/pub/v/flutter_webrtc.svg)](https://pub.dartlang.org/packages/flutter_webrtc)

  flutter_webrtc: ^x.y.z

then run flutter pub get in your project.

or just use flutter pub add flutter_webrtc to add the dependency.

Setup required permissions for audio and video#

please view next page [Project Settings](./project-settings)