webrtc-java
webrtc-java copied to clipboard
Documentation for the project.
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?
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>