python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to send CanvasCaptureMediaStreamTrack through RTCPeerConnection
I have a simple RTCPeerConnection between two peers, to stream video.
The connection works perfectly with MediaStream types. Video and camera streams are going through and received.
However, when I tr...
Tamás Polgár
Votes: 0
Answers: 0
RTCPeerConnection.CreateAnswer() fails
I am trying to set up the signaling between a browser client and unity client. the two clients use Webrtc and I am using a websocket to make the signaling happen. First, I am creating an offer on the ...
mohammedshetaya
Votes: 0
Answers: 0
WebRTC reconnect after lost connection (reconnection attempt)
I have a working WebRTC JavaScript application. Here is the problem: if during a web call there is a bad network connection, the call is stopped without WebRTC attempting to reconnect.
I would like to...
Luca Pennisi
Votes: 0
Answers: 1
WebRTC connection not selecting ICE candidate pair depending on order
I'm trying to establish a WebRTC connection between user A (on WiFi) and user B (on phone hotspot). The connection is successful if user B sends an offer to user A, but fails when user A sends an offe...
Ties
Votes: 0
Answers: 0