How to share screen in android

I tried to implement the screen share in android. But couldnot.
I want to know any RPC method is there to start screen share.

Hello @Gv_Ravi!

It’s publishVideo with "typeOfVideo": "SCREEN".

Of course this doesn’t do the part of actually capturing the screen and stream it. That’s something that you have to figure out.

Good luck,
Mihail