openvidu_flutter 0.0.12 openvidu_flutter: ^0.0.12 copied to clipboard
Migration from openvidu-android to Flutter. The package contains a working example that targets OpenVidu 2.29.0.
openvidu-flutter #
Migration of the openvidu-android to Flutter
Added improvements:
- Participant names are now displayed for each remote participant.
- Managing changes in the flow of remote participants.
- The status of the participant's microphone and camera is displayed.
- Chat support
Requirements are Flutter SDK and OpenVidu
$ git clone https://github.com/galanblancom/openvidu-flutter.git
$ cd openvidu-flutter/example
$ flutter pub get
$ flutter run