Fix an error in the last commit

cusax-fix 4796
Boris Grozev 13 years ago
parent 186a6bc17b
commit e80acc4963

@ -588,7 +588,7 @@ public void processContentModify(JingleIQ content)
setSenders(mediaType, ext.getSenders());
if (MediaType.VIDEO.equals(mediaType));
if (MediaType.VIDEO.equals(mediaType))
getCall().modifyVideoContent();
}
catch(Exception e)

Loading…
Cancel
Save