Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.43 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.43 KB

JitPack

RemoteMonster Android SDK

RemoteMonster - Livecast Management in the Cloud

Get SDK

Package Manager

// build.gradle(Project:root)

allprojects {
    repositories {
    	....
	maven { url 'https://icl.jfrog.io/artifactory/kakaoenterprise' }
    }
}
// build.gradle(Module:app)

dependencies {
    implementation 'com.kakaoenterprise:kakao-i-connect-live:2.9.13'
}

Downloads

Examples

SimpleCall Kotlin

Full features Java

Simple Conference Kotlin

Documents

Changelog