@eauge reported an ngRepeat:dupe error when a room is opened in many tabs at the same time.
This PR prevents that error by tracking streams by their streamId. The root cause is that opentok.js sends multiple streamCreated events for the same stream and an issue has been created to track that bug.
@eauge reported an ngRepeat:dupe error when a room is opened in many tabs at the same time.
This PR prevents that error by tracking streams by their
streamId
. The root cause is that opentok.js sends multiple streamCreated events for the same stream and an issue has been created to track that bug.