Skip to content

Commit

Permalink
Fixed garbage collector for AudioStreamer and VideoStreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
Laky-64 committed Dec 8, 2023
1 parent 5b816eb commit af81d9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ntgcalls/media/audio_streamer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ namespace ntgcalls {
public:
AudioStreamer();

protected:
~AudioStreamer();

public:
wrtc::MediaStreamTrack *createTrack() override;

void sendData(const wrtc::binary& sample) override;
Expand Down
2 changes: 0 additions & 2 deletions ntgcalls/media/video_streamer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ namespace ntgcalls {
public:
VideoStreamer();

protected:
~VideoStreamer();

public:
wrtc::MediaStreamTrack *createTrack() override;

void sendData(const wrtc::binary& sample) override;
Expand Down

0 comments on commit af81d9f

Please sign in to comment.