Hopefully someone can point me in the right direction. I’m looking for what code is called when Share screen is selected from the share option menu. I wan to bypass the menu completely, start sharing the screen and go directly into a take photo intent. If someone can point me to the file and line in the example I would greatly appreciate it. I though I had it tracked down when I call the call th ShareComponent but while the other party gets a notification that I’ve started sharing the image they see is just black. This is how I"m calling ShareComponent
val shareComponent: ShareComponent = ShareComponent(this)
shareComponent.processShareRequest( 1013,-1,takePictureIntent)
Thanks in advance for pointing me in the right direction.