openwebrtc-android
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.openwebrtc</groupId> <artifactId>openwebrtc-android</artifactId> <version>0.3</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.openwebrtc</groupId> <artifactId>openwebrtc-android</artifactId> <version>0.3</version> <packaging>jar</packaging> <name>OpenWebRTC for Android</name> <description>A mobile-first WebRTC client framework for building native apps</description> <url>https://openwebrtc.io</url> <licenses> <license> <name>BSD 2-Clause</name> <url>http://www.opensource.org/licenses/BSD-2-Clause</url> </license> </licenses> <scm> <url>https://github.com/EricssonResearch/openwebrtc-android-sdk</url> <developerConnection>scm:git@github.com:EricssonResearch/openwebrtc-android-sdk.git</developerConnection> </scm> <developers> <developer> <id>Rugvip</id> <name>Patrik Oldsberg</name> <url>https://github.com/Rugvip</url> <organization>Ericsson AB</organization> </developer> <developer> <id>superdump</id> <name>Robert Swain</name> <url>https://github.com/superdump</url> <organization>Ericsson AB</organization> </developer> </developers> <issueManagement> <url>https://github.com/EricssonResearch/openwebrtc/issues</url> <system>GitHub</system> </issueManagement> </project>