nertc_core 5.5.101 copy "nertc_core: ^5.5.101" to clipboard
nertc_core: ^5.5.101 copied to clipboard

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

nertc_core #

build Status pub package

Flutter plugin for NetEase RTC SDK.

Usage #

Add nertc_core 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
1
likes
140
points
137
downloads

Publisher

verified publisheryunxin.163.com

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, nertc_core_platform_interface, path_provider, yunxin_alog

More

Packages that depend on nertc_core