Skip to content

Instantly share code, notes, and snippets.

View taylor-b's full-sized avatar

Taylor Brandstetter taylor-b

View GitHub Profile
@chadxz
chadxz / Chrome 46 WebRTC Renegotiation Issues.md
Last active December 16, 2015 15:39
Chrome 46 WebRTC Renegotiation Issues

Chrome 46 WebRTC Renegotiation Issues

The below SDP is recreated using the following steps:

  • Participant A offers audio+video to Participant B
  • B answers with audio+video
  • Call connected.
  • A renegotiates to remove audio, making it a video-only call from it's side
    • calls getUserMedia with { audio: false, video: true }
  • removes all streams from the peer connection, and adds the stream from getUserMedia