How to share screen without showing share options?

Hi,

With zoom-sdk-android, I am able to share screen by calling this method of class MeetingActivity:

public void showShareOptions()

and choosing “Screen” on the menu. Now I want to share ‘Screen’ directly, without showing and choosing the share options. I noticed the class MeetingActivity has a public method

public void startShareScreen(Intent data)

which should be what I need. My question is, are there any examples for using this method?

Thanks!

Now, zoom android sdk does not support to share screen directly without show share options.

Thanks.