From e7e3fcac43c6d685ba1fd4f230385f50f17bfbb9 Mon Sep 17 00:00:00 2001 From: David Colburn Date: Mon, 24 Jan 2022 20:51:57 -0700 Subject: [PATCH] remove duplicate IsRecorder --- pkg/rtc/types/interfaces.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/rtc/types/interfaces.go b/pkg/rtc/types/interfaces.go index 9cc4a7d9b..3b8e00fd6 100644 --- a/pkg/rtc/types/interfaces.go +++ b/pkg/rtc/types/interfaces.go @@ -76,7 +76,6 @@ type LocalParticipant interface { State() livekit.ParticipantInfo_State IsReady() bool - IsRecorder() bool SubscriberAsPrimary() bool GetResponseSink() routing.MessageSink