ntgcalls_flutter 1.1.0
ntgcalls_flutter: ^1.1.0 copied to clipboard
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_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ntgcalls_flutter: ^1.1.0Alternatively, 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';