yumeeting_flutter_sdk 0.5.4
yumeeting_flutter_sdk: ^0.5.4 copied to clipboard
yumeeting SDK for flutter, For live broadcast, video conference, etc., support mobile.
Flutter sdk for yumeeting #
Flutter sdk for the Ion backend based on ion.
Installation #
Edit pubspec.yaml
in your flutter projects.
Add
yumeeting_flutter_sdk:
copied to clipboard
Platform Support #
- Android
- iOS
Usage #
import 'package:yumeeting_flutter_sdk/flutter_ion.dart' as meeting;;
// Connect to ion-sfu.
final signal = meeting.JsonRPCSignal("ws://ion-sfu:7000/ws");
copied to clipboard