All Projects → netease-kit → NERTC-Flutter-SDK

netease-kit / NERTC-Flutter-SDK

Licence: MIT license
NetEase RTC plugin for Flutter Mobile

Programming Languages

dart
5743 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to NERTC-Flutter-SDK

Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+58083.33%)
Mutual labels:  rtc
easy-voice-call
A self-hosting voice chating App
Stars: ✭ 30 (+66.67%)
Mutual labels:  rtc
TUICalling
腾讯云TRTC针对直播、语聊、视频通话等推出的低代码解决方案~
Stars: ✭ 28 (+55.56%)
Mutual labels:  rtc
micropython-tinyrtc-i2c
MicroPython driver for TinyRTC I2C modules with DS1307 RTC and AT24C32N EEPROM
Stars: ✭ 38 (+111.11%)
Mutual labels:  rtc
KMCAgoraVRTC Android
金山魔方视频连麦方案Android:声网1对1视频直播连麦产品,是全球首个基于UDP的直播连麦SDK,支持iOS、Android、多平台互通,适配了5000+机型,在回声消除、降噪、防啸叫方面表现优异。
Stars: ✭ 15 (-16.67%)
Mutual labels:  rtc
MD DS3231
DS3231 Real Time Clock Library
Stars: ✭ 29 (+61.11%)
Mutual labels:  rtc
web-udp
Establish client/server and P2P UDP-like channels in the browser
Stars: ✭ 43 (+138.89%)
Mutual labels:  rtc
freeswitch-docker
Dockerfile for freeswitch
Stars: ✭ 40 (+122.22%)
Mutual labels:  rtc
anyHouse
高仿 ClubHouse,语音直播、语聊房、高音质、极速上麦,开源 ClubHouse,实现了Clubhouse的上麦,下麦,邀请,语音音量提示等功能。
Stars: ✭ 177 (+883.33%)
Mutual labels:  rtc
MCP7940
Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
Stars: ✭ 29 (+61.11%)
Mutual labels:  rtc
rtcclient
RTCClient for Rational Team Concert
Stars: ✭ 33 (+83.33%)
Mutual labels:  rtc
quickstart-calls-directcall-ios
iOS sample for Direct Call of Sendbird Calls, guiding you to build a real-time voice and video calls quickly and easily.
Stars: ✭ 13 (-27.78%)
Mutual labels:  rtc
NeoPixel-60-Ring-Clock
Time displayed as a series of colored arcs on a 60 Ring NeoPixel
Stars: ✭ 15 (-16.67%)
Mutual labels:  rtc
awesome-rtc
📡 A curated list of awesome Real Time Communications resources
Stars: ✭ 196 (+988.89%)
Mutual labels:  rtc
ArRtspTool
将RTSP或者NV-RTX上的摄像头流转为webrtc可直接观看的流,延迟低至200ms,Web无插件、Native等全平台低延时拉流
Stars: ✭ 38 (+111.11%)
Mutual labels:  rtc
rpi
Microcontroller projects (RPi, Arduino, ATTiny85, ESP, Pico, STM8/32)
Stars: ✭ 76 (+322.22%)
Mutual labels:  rtc
room.cafe
An extremely simple video meeting, integrated whiteboard, chat and screen sharing
Stars: ✭ 34 (+88.89%)
Mutual labels:  rtc
zoom-service
An open-source Swift Zoom service for easier Zoom SDK integration into iOS applications.
Stars: ✭ 12 (-33.33%)
Mutual labels:  rtc
ESP32Time
An Arduino library for setting and retrieving internal RTC time on ESP32 boards
Stars: ✭ 120 (+566.67%)
Mutual labels:  rtc
MCP79412RTC
Arduino library for the Microchip MCP79411/12 Real-Time Clock/Calendar
Stars: ✭ 20 (+11.11%)
Mutual labels:  rtc

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].