Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

webrtc_example

Demonstrates how to use the webrtc plugin.

Getting Started

Make sure your flutter is using the dev channel.

flutter channel dev
./scripts/project_tools.sh create

Android/iOS

flutter run

macOS

flutter run -d macos

Web

flutter run -d web

Windows

flutter channel master
flutter create --platforms windows .
flutter run -d windows