webrtc_dart 0.25.0 copy "webrtc_dart: ^0.25.0" to clipboard
webrtc_dart: ^0.25.0 copied to clipboard

Pure Dart WebRTC implementation. DataChannels, media streaming, ICE/DTLS/SCTP/RTP. Port of werift-webrtc. No native dependencies - works on any Dart platform.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add webrtc_dart

With Flutter:

 $ flutter pub add webrtc_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  webrtc_dart: ^0.25.0

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:webrtc_dart/webrtc_dart.dart';
2
likes
145
points
842
downloads

Publisher

verified publisherhornmicro.com

Weekly Downloads

Pure Dart WebRTC implementation. DataChannels, media streaming, ICE/DTLS/SCTP/RTP. Port of werift-webrtc. No native dependencies - works on any Dart platform.

Repository (GitHub)
View/report issues

Topics

#webrtc #peer-to-peer #datachannel #real-time #networking

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

crypto, cryptography, ffi, logging, pointycastle

More

Packages that depend on webrtc_dart