Skip to content

Commit

Permalink
Fix StreamCast info (#16995)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Mar 24, 2020
1 parent 746ac57 commit 7ee5473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/stream/streamBroadcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ function startStreamCastBroadcast(value) {

connections[instance] = connection;
connection.instanceId = instance;
connection.instanceRecord = {};
connection.onReconnect = function() {
return authorizeConnection(instance);
};
Expand Down

0 comments on commit 7ee5473

Please sign in to comment.