volc_engine_rtc 0.0.1-alpha.1 volc_engine_rtc: ^0.0.1-alpha.1 copied to clipboard
The Flutter plugin encapsulates the VolcEngine RTC SDK for native platforms. When you develop cross-platform applications, it helps you add real-time communication capabilities to your applications.
VolcEngineRTC SDK for Flutter #
This Flutter plugin is a wrapper for VolcEngineRTC SDK.
Usage #
To use this plugin, add volc_engine_rtc
as a dependency in your pubspec.yaml
file.
Device Permission #
VolcEngineRTC SDK requires camera
and microphone
permission to start video call.
iOS
Open the Info.plist
and add:
Privacy - Microphone Usage Description
, and add some description into theValue
column.Privacy - Camera Usage Description
, and add some description into theValue
column.
Your application can still run the voice call when it is switched to the background if the background mode is enabled. Select the app target in Xcode, click the Capabilities tab, enable Background Modes, and check Audio, AirPlay, and Picture in Picture.
- modify
Podfile
to set VolcEngineRTC source
source 'https://github.com/volcengine/volcengine-specs.git'
Android
VolcEngineRTC has declared the necessary permissions, which will be merged into the AndroidManifest.xml
.
License #
This project is licensed under the MIT license.