Temasys / SkylinkJS

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

Null Check for gatheredCandidates if peer disconnection before 6000ms #362

Closed ishannaithani closed 5 years ago

ishannaithani commented 5 years ago

Purpose of this PR: The purpose is to fix the issue where sendEndOfCandidates function throws a runtime JS error for null gatheredCandidates if a peer joins and disconnects within an interval of 6000ms.

See ESS-1291 for more details.

geekavi commented 5 years ago

Looks good