rtcpeerconnection

  1. SuperYegorius

    RTCPeerConnection.createAnswer() - Failed to set remote video description send parameters for m-section with mid='2'

    I'm developing WebRTC javascript application. This is what I do to reproduce this error: I have Chrome and Mozilla browsers where I run test. Chrome browser starts audio call to Mozilla. This works fine! Then I try to share my screen from Chrome to Mozilla with this code...
  2. A

    Renegotiation

    Hello, I am publishing a stream with success and starting a recording; however, I need to add audio tracks after a stream as been published. How can I send a new (remote) SDP to the WebCallServer with the WebSockets API without having to republish the stream altogether? I would like to not...
Top