- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Hrashini,
Please explore ScreenshareSubsciber API's to get the resolution you need at Subscribers end.
A few approaches that might help you are
1) Setting the zoomMode , Possible values are ScreenShareSubscriber.SCALE_TO_FIT & ScreenShareSubscriber.FIT_TO_WIDTH
2) And ScreenShareSubscriber extends the basic Flex UIComponent, and you might to explore UIComponent API's to explore Size & resolution issues.
3) Also we ship all our code, so you could see what we do to manipulate height & width. You are really empowered when you debug your apps with the SDK src ![]()
Thanks
Arun