ntgcalls_flutter 1.1.0 copy "ntgcalls_flutter: ^1.1.0" to clipboard
ntgcalls_flutter: ^1.1.0 copied to clipboard

PlatformAndroid

Transport-only Flutter binding to the ntgcalls media engine for 1:1 Telegram-style P2P voice and video calls. Pair it with a signaling layer (e.g. TDLib) that performs call setup and Diffie-Hellman ke [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ntgcalls_flutter

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

dependencies:
  ntgcalls_flutter: ^1.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ntgcalls_flutter/tgcalls.dart';
import 'package:ntgcalls_flutter/tgcalls_method_channel.dart';
1
likes
145
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Transport-only Flutter binding to the ntgcalls media engine for 1:1 Telegram-style P2P voice and video calls. Pair it with a signaling layer (e.g. TDLib) that performs call setup and Diffie-Hellman key exchange.

Homepage
Repository (GitHub)
View/report issues

Topics

#telegram #calls #webrtc #voip #ntgcalls

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ntgcalls_flutter

Packages that implement ntgcalls_flutter