I want to detect android screen mirroring to pc. I am currently coding in c# Xamarin Forms Android.
What I have done
Here someone recommended to use DisplayManager and VirtualDisplay documentation. But I don't know how to achieve that in code.
Here someone recommended to check DisplayManager.getDisplays(), and see if it's >1. Again not working to detect vysor I tried with code.
ProjectMediaManager
andProjectMedia
classes – Athalia