Skip to content

Commit

Permalink
[FIX] Stop livestream (#13676)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored and sampaiodiego committed Mar 12, 2019
1 parent 54ff282 commit 0304362
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/rocketchat-livestream/client/views/liveStreamTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ Template.liveStreamTab.events({
e.preventDefault();

const clearedObject = {
message: i.streamingOptions.get().message || '',
isAudioOnly: i.streamingOptions.get().isAudioOnly || false,
};

Meteor.call('saveRoomSettings', this.rid, 'streamingOptions', clearedObject, function(err) {
Expand Down

0 comments on commit 0304362

Please sign in to comment.