volc_engine_rtc 3.51.1 copy "volc_engine_rtc: ^3.51.1" to clipboard
volc_engine_rtc: ^3.51.1 copied to clipboard

This Flutter plugin provides rtc sdk native APIs for you to implement real-time audio & video communication functions in your application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add volc_engine_rtc

With Flutter:

 $ flutter pub add volc_engine_rtc

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

dependencies:
  volc_engine_rtc: ^3.51.1

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:volc_engine_rtc/volc_engine_rtc.dart';
4
likes
0
pub points
67%
popularity

Publisher

verified publishervolcengine.com

This Flutter plugin provides rtc sdk native APIs for you to implement real-time audio & video communication functions in your application.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, flutter

More

Packages that depend on volc_engine_rtc