Fixes an incorrect display of video which would not respect its aspect ratio.

cusax-fix
Lyubomir Marinov 13 years ago
parent 055882473a
commit 69dd878775

@ -801,6 +801,14 @@ protected void updateViewFromModelInEventDispatchThread()
{
CallPeer callPeer = callPeerIter.next();
/*
* TODO VideoConferenceCallPanel respects
* UIVideoHandler2.isLocalVideoVisible() in order to react to
* the associated button at the bottom of the CallPanel.
* However, it does not add a close button on top of the local
* video in contrast to OneToOneCallPeerPanel. Overall, the
* result is questionable.
*/
if (uiVideoHandler.isLocalVideoVisible()
&& (localVideo == null))
{

Loading…
Cancel
Save