Skip to content

Commit

Permalink
FakeVideoCapturer を public で公開する
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 16, 2024
1 parent a4d378d commit 4eecb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fake_video_capturer.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ struct FakeVideoCapturerConfig : sora::ScalableVideoTrackSourceConfig {
};

class FakeVideoCapturer : public sora::ScalableVideoTrackSource {
FakeVideoCapturer(FakeVideoCapturerConfig config);
friend class rtc::RefCountedObject<FakeVideoCapturer>;

public:
FakeVideoCapturer(FakeVideoCapturerConfig config);
static rtc::scoped_refptr<FakeVideoCapturer> Create(
FakeVideoCapturerConfig config) {
return rtc::make_ref_counted<FakeVideoCapturer>(std::move(config));
Expand Down

0 comments on commit 4eecb05

Please sign in to comment.