Skip to content

Commit

Permalink
Revert "expose start streaming"
Browse files Browse the repository at this point in the history
This reverts commit 9338410.
  • Loading branch information
golanha committed Jun 28, 2021
1 parent 303bea1 commit d7c3942
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/communication/streaming/StreamingManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ class StreamingManager {
}
}

startStreaming() {
this._isStopping = false;
}

async stopStreaming(force = true) {
if (this._isStopping) {
return;
Expand Down

0 comments on commit d7c3942

Please sign in to comment.