Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 892 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 892 Bytes

AgoraRtcEngine

This Flutter plugin is a wapper for Agora Video SDK.

Agora.io provides building blocks for you to add real-time voice and video communications through a simple and powerful SDK. You can integrate the Agora SDK to enable real-time communications in your own application quickly.

Note: This plugin is still under development, and some APIs might not be available yet.

Usage

To use this plugin, add agora_rtc_engine as a dependency in your pubspec.yaml file.

Getting Started

  • See the example directory for a sample app using AgoraRtcEngine.
  • Or checkout this tutorial for a simple video call app using Agora Flutter SDK.

How to contribute

To help work on this sdk, see our contributor guide.