willmont1982 / codes

0 stars 0 forks source link

Implementação de Video Call no Android #7

Open willmont1982 opened 4 years ago

willmont1982 commented 4 years ago

*/ @Override public void onHostResume() { // ... do nothing mSafeToCapture = true; }

@Override
willmont1982 commented 4 years ago

@@ -397,7 +397,7 @@ protected Void doInBackground(Void... ignored) { resultPoints.pushMap(newPoint); } }

            event.putArray("bounds", resultPoints);
            event.putString("data", result.getText());
            event.putString("type", result.getBarcodeFormat().toString());

@@ -528,4 +528,4 @@ private float getFingerSpacing(MotionEvent event) { float y = event.getY(0) - event.getY(1); return (float) Math.sqrt(x x + y y); } } }