janus_client 2.2.6 copy "janus_client: ^2.2.6" to clipboard
janus_client: ^2.2.6 copied to clipboard

A plugin that allows the flutter app to communicate with a Janus server using different transport mechanisms, such as WebSocket and HTTP(rest). It features a developer-friendly api to interact with va [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add janus_client

With Flutter:

 $ flutter pub add janus_client

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

dependencies:
  janus_client: ^2.2.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:janus_client/janus_client.dart';
51
likes
0
pub points
82%
popularity

Publisher

verified publisherjanuscaler.com

A plugin that allows the flutter app to communicate with a Janus server using different transport mechanisms, such as WebSocket and HTTP(rest). It features a developer-friendly api to interact with various WebRTC Janus Plugins. Hence, it can be considered as a swiss-knife for WebRTC solutions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, dartdoc, flutter, flutter_web_plugins, flutter_webrtc, http, logging, path_provider, stream_channel, uuid, web_socket_channel

More

Packages that depend on janus_client