├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Flutter WebRTC 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome-Flutter-WebRTC [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 2 | > Awesome projects using flutter-webrtc. 3 | 4 | - [Projects Using flutter-webrtc](#projects-using-flutter-webrtc) 5 | 6 | 7 | # Projects Using flutter-webrtc 8 | - [imboy-pub/imboy-flutter](https://github.com/imboy-pub/imboy-flutter) An open source instant chat solution developed with erlang on the back end and flutter on the front end (One-to-one audio and video calls rely on flutter-webrtc and eturnal, and erlang) 9 | - [aliyazdi75/flutter_chat](https://github.com/aliyazdi75/flutter_chat) A full-featured (simple message, voice, video) flutter chat application by SignalR and WebRTC. 10 | - [bennyboer/bbb_app](https://github.com/bennyboer/bbb_app) A modern bbb (BigBlueButton) client app. 11 | - [connectycube_sdk](https://pub.dev/packages/connectycube_sdk) Flutter SDK for simple using ConnectyCube API features. Supports REST API and Realtime communication features. 12 | - [flutter-webrtc/flutter-webrtc-demo](https://flutter-webrtc/flutter-webrtc-demo) The first example is used to demonstrate the use of flutter-webrtc's basic API and a minimal p2p call example. 13 | - [flutter-webrtc/dart-sip-ua](https://flutter-webrtc/dart-sip-ua) A sip stack based on dart-lang and a complete SIP client, which can run on any platform. 14 | - [flutterjanus/flutter_janus_client](https://github.com/flutterjanus/flutter_janus_client) The janus client sdk implemented using flutter. 15 | - [maanasnetwork/flutter_janus](https://github.com/maanasnetwork/flutter_janus) Flutter plugin for Janus Gateway. 16 | - [ossrs/flutter_live](https://github.com/ossrs/flutter_live) SRS(Simple Realtime Server) Choosing flutter-webrtc+fijkplayer to create its open source client `flutter_live`. 17 | - [pion/ion-sdk-flutter](https://github.com/pion/ion-sdk-flutter) A video conference sdk based on ion-sfu. 18 | - [telinx/janus_client_plugin](https://github.com/telinx/janus_client_plugin) janus client plugin. 19 | - [waterbus](https://github.com/lambiengcode/waterbus) Built on the latest WebRTC Chromium. Waterbus, an SFU-powered video meeting app, offers robust support for a wide range of popular codecs. Seamless communication, secure collaboration, end-to-end encryption for multiple participants. Optimize your meetings with Waterbus. In addition, it also supports Picture in Picture and Virtual Background on both Android and iOS. 20 | 21 | # Contribute 22 | 23 | Contributions welcome! 24 | --------------------------------------------------------------------------------