sv955_flutter_webrtc 2.0.13
sv955_flutter_webrtc: ^2.0.13 copied to clipboard
WebRtc connection implementation for Flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sv955_flutter_webrtc
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sv955_flutter_webrtc: ^2.0.13
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sv955_flutter_webrtc/web_rtc_service.dart';
import 'package:sv955_flutter_webrtc/webrtc_events/webrtc_events_bus.dart';
import 'package:sv955_flutter_webrtc/webrtc_events/webrtc_logger_events_bus.dart';
import 'package:sv955_flutter_webrtc/webrtc_ice_configuration.dart';
import 'package:sv955_flutter_webrtc/webrtc_media_stream.dart';