Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/youmesdk/rtc-flutter-plugin

youme rtc-flutter-plugin
https://github.com/youmesdk/rtc-flutter-plugin

Last synced: about 2 months ago
JSON representation

youme rtc-flutter-plugin

Awesome Lists containing this project

README

        

# youme_rtc_engine

Youme RTC SDK Plugin for flutter.

# Usage
To use this plugin, please add youme_rtc_engine as a dependency to your pubspec.yaml file

# Getting Started
- Get some basic and advanced examples from the example folder.

## Privacy Permission
Youme RTC Video SDK requires Camera and Microphone permission to start a video call.

### Android
See the required device permissions from the AndroidManifest.xml file.
``` xml










```

### iOS & macOS

Open the `Info.plist` and add:

- `Privacy - Microphone Usage Description`,and add some description into the Value column.
- `Privacy - Camera Usage Description`, and add some description into the Value column.