Tags: flyingmt/flutter-webrtc
Tags
[web] Switch transferFromImageBitmap to be invoked using js.callMethod ( flutter-webrtc#631) The current implementation of captureFrame works in debug mode but fails in profile and release mode with `TypeError: ... is not a function`. This commit uses js.callMethod to invoke the method instead of using the native api, which seems to resolve this issue. Fixes flutter-webrtc#621 Co-authored-by: Ken Oung <kenoungyq@gmail.com>
PreviousNext