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
[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.
Fixesflutter-webrtc#621
Co-authored-by: Ken Oung <[email protected]>