Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/youmesdk/rtc-flutter-plugin
- Owner: youmesdk
- License: mit
- Created: 2022-05-14T03:59:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T11:43:25.000Z (over 2 years ago)
- Last Synced: 2023-08-09T13:40:37.806Z (over 1 year ago)
- Language: Java
- Size: 247 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.