Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to build : Error The non-abstract class 'RTCVideoRenderer' is missing implementations for these members: #64

Open
fullflash opened this issue Oct 13, 2022 · 1 comment

Comments

@fullflash
Copy link

we are getting this error during build for ios and android.

mediasoup_client_flutter: ^0.8.1. this is the latest pub dart verions

: Error: The non-abstract class 'RTCVideoRenderer' is missing implementations for these members:
../…/native/rtc_video_renderer_impl.dart:11
 - VideoRenderer.onFirstFrameRendered
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 RTCVideoRenderer extends ValueNotifier<RTCVideoValue>
      ^^^^^^^^^^^^^^^^
: Context: 'VideoRenderer.onFirstFrameRendered' is defined here.
../…/src/rtc_video_renderer.dart:51

  Function? onFirstFrameRendered;
            ^^^^^^^^^^^^^^^^^^^^


FAILURE: Build failed with an exception.
@mohamedamr987
Copy link

check this one
flutter-webrtc/flutter-webrtc#1079

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants