twilio_flutter_video_sdk 1.0.0+4
twilio_flutter_video_sdk: ^1.0.0+4 copied to clipboard
Flutter plugin for Twilio Programmable Video SDK with video conferencing, mute/unmute, camera switching, and meeting management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add twilio_flutter_video_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
twilio_flutter_video_sdk: ^1.0.0+4Alternatively, 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:twilio_flutter_video_sdk/twilio_flutter_video_sdk.dart';