remove duplicate IsRecorder

This commit is contained in:
David Colburn
2022-01-24 20:51:57 -07:00
parent 627a93298e
commit e7e3fcac43
-1
View File
@@ -76,7 +76,6 @@ type LocalParticipant interface {
State() livekit.ParticipantInfo_State
IsReady() bool
IsRecorder() bool
SubscriberAsPrimary() bool
GetResponseSink() routing.MessageSink