nertc 0.3.7+1 copy "nertc: ^0.3.7+1" to clipboard
nertc: ^0.3.7+1 copied to clipboard

outdated

A Flutter plugin for NetEase RTC SDK on Android and iOS.

nertc #

build Status pub package

Flutter plugin for NetEase RTC SDK.

Usage #

Add nertc as a dependency in your pubspec.yaml file.

iOS #

Add two rows to the ios/Runner/Info.plist:

  • one with the key Privacy - Camera Usage Description and a usage description.
  • and one with the key Privacy - Microphone Usage Description and a usage description.

Or in text format add the key:

<key>NSCameraUsageDescription</key>
<string>Can I use the camera please?</string>
<key>NSMicrophoneUsageDescription</key>
<string>Can I use the mic please?</string>

Android #

Change the minimum Android sdk version to 21 (or higher) in your android/app/build.gradle file.

minSdkVersion 21
6
likes
0
pub points
49%
popularity

Publisher

verified publisheryunxin.163.com

A Flutter plugin for NetEase RTC SDK on Android and iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on nertc