Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.agora.rtc:chat-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.agora.rtc:chat-sdk

Integrate the Chat SDK to enjoy the global IM services with high reliability, ultra-low latency, and high concurrency. Use features such as rich message types, chat groups, chat rooms, push notifications, reactions, presences, and threads to build a versatile in-app chat system.

  • 1.2.1
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

sdk_release_android


Install SDK

Add the repositories url to your project-level build.gradle:

repositories {
    maven { url "https://raw.githubusercontent.com/HyphenateInc/Hyphenate-SDK-Android/master/repository" }
}

Add the following code to your module-level build.gradle:

android {
	//use legacy for android 6.0
	useLibrary 'org.apache.http.legacy'
}
dependencies {
	compile fileTree(dir: 'libs', include: '*.jar')
	compile 'com.google.android.gms:play-services-gcm:9.4.0'
	compile 'com.hyphenate:hyphenate-sdk:3.2.1'
}

If you want use the sdk without voice/video calling, use compile 'com.hyphenate:hyphenate-sdk-lite:3.2.1'.

Demo source code

Demo github link: https://github.com/HyphenateInc/IMDemo_android

Demo is dependent on EaseUI library project, EaseUI github link:https://github.com/HyphenateInc/easeui_android

Remeber put the two projects in the same directory

FAQs

Package last updated on 03 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc