voxeet / comms-sdk-flutter

Dolby.io Communications APIs SDK for Flutter
https://docs.dolby.io/communications-apis/docs/flutter-overview
MIT License
8 stars 4 forks source link
android dolbyio flutter ios mobile screen-sharing spatial-audio video-chat voice voice-chat webrtc

:warning: This repository is no longer maintained :warning:

Flutter SDK

Dolby.io Communications SDK for Flutter allows creating high-quality applications for video conferencing. With Flutter, you can write a single codebase in Dart that you can natively compile and use for building, testing, and deploying applications across multiple platforms. Currently, the Flutter SDK supports creating applications for iOS and Android devices. The SDK offers the same functionalities that are available in Android and iOS SDK.

Get started

You can access Flutter SDK releases on GitHub. To get started quickly, follow the procedure for the Getting Started project on GitHub. This starter project explains how to create a basic audio-only conference application for mobile devices and provides the foundation upon which you can add additional features as you build out your own solutions for events, collaboration, education, or live streaming.

If you need help with Flutter development, see the Flutter documentation.

Prerequisites

Make sure that you have:

To check if there are any additional dependencies that you need to install to complete the setup, use the flutter doctor (macOS, Windows) command.

For more information about iOS SDK and Android SDK requirements, see the Supported Environments document.