Skip to content

Commit

Permalink
fix(core): streamer: base streamer stopStreamImpl must be private
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 15, 2023
1 parent 6d70915 commit 85f8f9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ abstract class BaseStreamer(
*
* @see [stopStream]
*/
protected fun stopStreamImpl() {
private fun stopStreamImpl() {
videoCapture?.stopStream()
videoEncoder?.stopStream()
audioEncoder?.stopStream()
Expand Down

0 comments on commit 85f8f9a

Please sign in to comment.