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

WebRTC for desktop platforms running Java

Results 54 webrtc-java issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Is there a way to have the SDK allow the apps share resources like camera or audio. The browsers allows...

enhancement

**Describe the bug** I am trying to replicate a JS example using this library following the exact same steps, I can generate and assign both offer and answer but the...

**Describe the bug** Javafx application . jdk 17 . When one queries the Microphone 🎤 the app fails and prints an error . have added all the details **To Reproduce**...

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...

enhancement

**Describe the bug** after mvn install [ERROR] Failed to execute goal com.googlecode.cmake-maven-project:cmake-maven-plugin:3.19.2-b1:compile (cmake-compile) on project webrtc-java-jni: Return code: 2 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.googlecode.cmake-maven-project:cmake-maven-plugin:3.19.2-b1:compile (cmake-compile) on...

I am trying to follow the path in the tests that allows for streaming actual video into the peer. I am getting to the stage where both peers are connected,...

enhancement

### Discussed in https://github.com/devopvoid/webrtc-java/discussions/63 Originally posted by **hussainasad6696** May 12, 2022 Hi, my video communication is successful but for audio as per the wrapper i used AudioDeviceModule() but it started...

I have successed make connection on webrtc ,and it played sound from audio track. But the video track sink interface never invoke the method. **Expected behavior** I hope the video...

enhancement

Is there a way to create a video track where frames are passed in via a captureFrame method?

Thank you for a very useful library! I would like to know how to get audio devices that are currently used in the OS by default and is it possible...

enhancement