From 4eecb05c7a8f2f2db865f78b8b57dad3b3e37553 Mon Sep 17 00:00:00 2001 From: voluntas Date: Mon, 16 Sep 2024 19:28:56 +0900 Subject: [PATCH] =?UTF-8?q?FakeVideoCapturer=20=E3=82=92=20public=20?= =?UTF-8?q?=E3=81=A7=E5=85=AC=E9=96=8B=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fake_video_capturer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fake_video_capturer.h b/src/fake_video_capturer.h index 4c0150d..3075525 100644 --- a/src/fake_video_capturer.h +++ b/src/fake_video_capturer.h @@ -35,10 +35,10 @@ struct FakeVideoCapturerConfig : sora::ScalableVideoTrackSourceConfig { }; class FakeVideoCapturer : public sora::ScalableVideoTrackSource { - FakeVideoCapturer(FakeVideoCapturerConfig config); friend class rtc::RefCountedObject; public: + FakeVideoCapturer(FakeVideoCapturerConfig config); static rtc::scoped_refptr Create( FakeVideoCapturerConfig config) { return rtc::make_ref_counted(std::move(config));