Quickstart

Quickstart

Installing the packages

To get started with the Huddle01 Kotlin SDK:

• Add the following in your settings.gradle.kts

	
	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

• Add the following dependency in your app's app/build.gradle

SDK Latest Version
Latest Version (opens in a new tab)

dependencies {
    implementation("com.github.Huddle01:Kotlin-Client:<latest-version>")
}
Audio/Video Infrastructure designed for developers to empower them to ship simple yet powerful Audio/Video Apps.
support
company
Copyright © 2025 Graphene 01, Inc. All Rights Reserved.