Temasys / SkylinkJS

SkylinkJS Javascript WebRTC SDK
http://skylink.io/web
Other
275 stars 57 forks source link

Microsoft Edge - HTTP 206 Partial Content Issue #397

Closed ishannaithani closed 5 years ago

ishannaithani commented 5 years ago

Purpose of this PR:

This PR is for 1.x.x branch 0.6.x Already Merged: https://github.com/Temasys/SkylinkJS/pull/390

Microsoft Edge send a Range Request HTTP code 206 because of a line in function parseStreamTracksInfo at line https://github.com/Temasys/SkylinkJS/blob/0b7bcfac9ae6249786ebe8da397c9e92871dc5fa/source/stream-media.js#L1896 This line needs to be commented out to avoid Edge sending the 206 request.

See ESS-1588 for more details.