Index: webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java |
diff --git a/webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java b/webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java |
index d3a9faff21b9bcb18c1daee086aedf3ec4305c0c..4681c07a7ffb28e96e2f47960552a2bc0cb7eb0d 100644 |
--- a/webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java |
+++ b/webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java |
@@ -640,4 +640,9 @@ public class VideoCapturerAndroid implements |
frameObserver.onTextureFrameCaptured(captureFormat.width, captureFormat.height, oesTextureId, |
transformMatrix, rotation, timestampNs); |
} |
+ |
+ @Override |
+ public boolean isScreencast() { |
+ return false; |
+ } |
} |