Procedure to implement Screen Sharing in Conference Room - Android

gopal_apprik

New Member
Hi,

Please let us know the procedure to implement Screen Share feature in Conference Room for Android.

Thank you in advance.
 

gopal_apprik

New Member
Hello,

Please see these Android SDK examples
- Screen Sharing: doc, code
How to implement screen sharing by room(RoomManager). In that doc, it's properly not documented to share the screen in one specific Room.

Video conference feature is already working. But not able to get how to implement Screen sharing in Conference Room.
 

Max

Administrator
Staff member
How to implement screen sharing by room(RoomManager). In that doc, it's properly not documented to share the screen in one specific Room.
You can use Room.publish() method to publish both camera and screen sharing stream.
This example shows how to capture screen and publish it using Session.createStream() and Stream.publish(). You can take the screen capture source code, then integrate it to Conference example and use room.publish() to publish screen share stream.
 
Top