hmssdk_flutter 1.10.6 hmssdk_flutter: ^1.10.6 copied to clipboard
Add Real Time Audio & Video calls, Interactive Live Streaming & Recording, Chat, HLS, RTMP, PiP, CallKit, VoIP, Video conferencing, Stream Player & WebRTC-based communications API
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hmssdk_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
hmssdk_flutter: ^1.10.6
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:hmssdk_flutter/hmssdk_flutter.dart';