sv955_flutter_webrtc 2.0.11 copy "sv955_flutter_webrtc: ^2.0.11" to clipboard
sv955_flutter_webrtc: ^2.0.11 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.11

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';
0
likes
0
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

WebRtc connection implementation for Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

event_bus, flutter, flutter_webrtc, permission_handler, uuid

More

Packages that depend on sv955_flutter_webrtc