Looks like the EndOfCandidates message is sent before gathering all candidates and this causes issue with connectivity in Edge. Hence, adding a patch code for setTimeout of 6000ms to enforce that EndOfCandidate message is sent as the last message to Edge.
Purpose of this PR
Looks like the
EndOfCandidates
message is sent before gathering all candidates and this causes issue with connectivity in Edge. Hence, adding a patch code forsetTimeout
of 6000ms to enforce thatEndOfCandidate
message is sent as the last message to Edge.