webex / components

Embed the power of Webex in your web applications, on your own terms 💪🏼
https://webex.github.io/components/storybook
MIT License
14 stars 51 forks source link

WebexMeeting component always renders <video> tag for remote sharing even if nobody shares the screen #109

Closed AleksandrDushko closed 4 years ago

AleksandrDushko commented 4 years ago

WebexMeeting component paired with the WebexSDKAdapter always renders video tag for remote sharing even if nobody actually shares a screen. As a result, half of the space of WebexMeeting component is occupied by a black rectangular:

image

I think the correct behavior would be to hide video tag for remote sharing if nobody actually shares a screen

vinodtv commented 4 years ago

@lalli-flores we are using this component and when nothing is shared the screen is still split and one part is empty. Is this something that will be fixed soon?

lalli-flores commented 4 years ago

@vinodtv, Yes, this is something the team is looking into. Core of the issue is in the SDK, and we've discuss solutions there. At the same time we're looking to see what we can do in the component adapter to fix this issue soon 🤞🏼

adamweeks commented 4 years ago

This issue has been resolved with SDK adapter v1.24.0.

https://github.com/webex/sdk-component-adapter/pull/81