Skip to content

OrionInnovationTRTech/OIWebRTC-Android

Repository files navigation

WebRTC Public Release

Release framework of WebRTC Android Project

OIWebRTC

Gradle platforms Gradle

Install

Gradle

Step1

To add OIWebRTC to your project first add the jitpack URL to your root level settings.gradle

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

Note: If you are using an older gradle or Android studio version you might need to add the jitpack URL to your application root-level build.gradle file

Step2

Add the OIWebRTC Dependency to your app level build.gradle.

dependencies {
	 implementation 'com.github.OrionInnovationTRTech:OIWebRTC-Android:Tag'
}

That's it!

Manual

Alternatively OIWebRTC can be manually integrated to your project.

Compatibility

Compatible Android versions :

  • Android 5.x+

About

Release framework of WebRTC Android Project

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors