WebRTC double video-offer message
问题 I'm trying to build a video-chat with a WebRTC. The problem which I have, is that the video-offer is going in both sides like: PC1 -> send video-offer PC2 <- handle video-offer message PC2 -> send video-answer PC1 <- handle video-answer (when there is debugger breakpoint, the connection is working) PC2 -> send video-offer ... I'm sending video-offer message only in negotiationEventHandler: function handleNegotiationNeededEvent() { logMessage('HandleNegotiationNeededEvent fired!');