You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../.pub-cache/hosted/pub.dev/livekit_noise_filter-0.1.0+hotfix.1/lib/livekit_noise_filter.dart:51:7: Error: The non-abstract class 'LiveKitNoiseFilter' is missing implementations for these members:
TrackProcessor.processedTrack
Try to either
provide an implementation,
inherit an implementation from a superclass or mixin,
mark the class as abstract, or
provide a 'noSuchMethod' implementation.
class LiveKitNoiseFilter implements TrackProcessor {
^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/livekit_client-2.4.5/lib/src/track/processor.dart:28:25: Context: 'TrackProcessor.processedTrack' is defined here.
MediaStreamTrack? get processedTrack;
^^^^^^^^^^^^^^
Target kernel_snapshot_program failed: Exception
../../../.pub-cache/hosted/pub.dev/livekit_noise_filter-0.1.0+hotfix.1/lib/livekit_noise_filter.dart:51:7: Error: The non-abstract class 'LiveKitNoiseFilter' is missing implementations for these members:
Try to either
class LiveKitNoiseFilter implements TrackProcessor {
^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/livekit_client-2.4.5/lib/src/track/processor.dart:28:25: Context: 'TrackProcessor.processedTrack' is defined here.
MediaStreamTrack? get processedTrack;
^^^^^^^^^^^^^^
Target kernel_snapshot_program failed: Exception
FAILURE: Build failed with an exception.
livekit_client: ^2.4.5
livekit_noise_filter: ^0.1.0+hotfix.1
The text was updated successfully, but these errors were encountered: