sv955_flutter_webrtc 2.0.6
sv955_flutter_webrtc: ^2.0.6 copied to clipboard
WebRtc connection implementation for Flutter
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sv955_flutter_webrtc
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 dart pub get
):
dependencies:
sv955_flutter_webrtc: ^2.0.6
Alternatively, your editor might support dart pub get
or 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';
import 'package:sv955_flutter_webrtc/webrtc_session_id.dart';