webrtc-java icon indicating copy to clipboard operation
webrtc-java copied to clipboard

Documentation for the project.

Open AryanGitHub opened this issue 4 years ago • 1 comments

I want to use this wrapper of webrtc in my project, but I cannot understand its structure and how to begin.

Can you help me understand the project and its docs, if possible And how to import it into my project. Any jar file?

AryanGitHub avatar Apr 22 '20 10:04 AryanGitHub

As mentioned in the README, I think the easiest approach is to integrate this in a Maven project:

<dependency>
    <groupId>dev.onvoid.webrtc</groupId>
    <artifactId>webrtc-java</artifactId>
    <version>0.5.0</version>
</dependency>

FDelporte avatar Dec 06 '21 18:12 FDelporte