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
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
And then you're going to receive at onActivityResult(int requestCode, int resultCode, Intent data)
The "data" you need to start mediaprojection; it would be great if this fantastic library add support for this, specially while using it from C++ side, where makes the things a lot easier.
Actual behaviour
No way to do this.
Steps to reproduce
No way to do this.
Version of the library
5.0.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behaviour
In order to use MediaProjection you need to request for a permission in this way:
And then you're going to receive at
onActivityResult(int requestCode, int resultCode, Intent data)
The "data" you need to start mediaprojection; it would be great if this fantastic library add support for this, specially while using it from C++ side, where makes the things a lot easier.
Actual behaviour
No way to do this.
Steps to reproduce
No way to do this.
Version of the library
5.0.0
The text was updated successfully, but these errors were encountered: