Files
2025-05-06 12:05:19 +08:00
..
2024-06-17 14:25:05 +08:00
2025-05-06 12:05:19 +08:00
2023-05-17 08:57:43 +08:00
2023-05-17 08:57:43 +08:00
2025-02-23 10:12:54 +08:00
2024-06-17 14:25:05 +08:00
2023-05-17 09:08:40 +08:00
2023-04-26 22:54:26 +08:00

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

dart compile js ../web/e2ee.worker.dart -o web/e2ee.worker.dart.js
flutter run -d web

Windows

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