devopvoid / webrtc-java

WebRTC for desktop platforms running Java
Apache License 2.0
257 stars 60 forks source link

Documentation for the project. #2

Closed AryanGitHub closed 1 year ago

AryanGitHub commented 4 years ago

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?

FDelporte commented 2 years ago

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>