Skip to content

Commit

Permalink
Keep log about stopped screensharing.
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Bauch <bauch@struktur.de>
  • Loading branch information
fancycode authored and nickvergessen committed Feb 9, 2017
1 parent ecddefd commit bcfae4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
});

var screensharingStopped = function() {
// No need to notify the user.
console.log("Screensharing now stopped");
};

OCA.SpreedMe.webrtc.on('localScreenStopped', function() {
Expand Down

0 comments on commit bcfae4c

Please sign in to comment.