chore: Disable eslint in one line

This commit is contained in:
Kevin Szuchet 2023-08-09 11:15:22 +02:00
parent 16a8224ed0
commit ad666b6e8e
No known key found for this signature in database
GPG Key ID: 1E083BC33700E594

View File

@ -55,6 +55,8 @@ export function VideoConference({ chatMessageFormatter, ...props }: VideoConfere
{ updateOnlyOn: [RoomEvent.ActiveSpeakersChanged] }
)
// TODO: remove this unused declaration if it's not needed
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const participants = useParticipants({
updateOnlyOn: [RoomEvent.ParticipantConnected, RoomEvent.ParticipantDisconnected]
})