Fix local video display when we are the second to activate video in a XMPP call.

cusax-fix
Sebastien Vincent 16 years ago
parent aedf52a907
commit 50a2ab33bc

@ -815,6 +815,7 @@ else if(senders == SendersEnum.none)
try
{
getMediaHandler().reinitContent(remoteContent.getName(), senders);
getMediaHandler().start();
}
catch(Exception e)
{

Loading…
Cancel
Save