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

Hello Underneath is the code that should work in my opinion. It works with audio and datachannels, but video is not working. I have 1 camera and the camera gets...

How to implement the following code using Java. When the bufferedAmount changes, onBufferedAmountChange is not executed, and the bufferedAmount cannot be reduced. It always remains at the critical value of...

I am new to webrtc.The SDP is being sent to me via a browser through a different js webrtc library.I am trying to set the remote description with `peer_connection.setRemoteDescription(description, set_session_description_observer);`...

**Describe the bug** webrtc-java 0.8.0. Callback instances (all `XxxObserver`s passed to `PeerConnectionFactory.createPeerConnection` and such) are constantly leaking. In my case I need to create a large number of PCs in...