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
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.
The text was updated successfully, but these errors were encountered:
we are getting this error during build for ios and android.
mediasoup_client_flutter: ^0.8.1. this is the latest pub dart verions
The text was updated successfully, but these errors were encountered: