Add creation Listener to ICEManager

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7826 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo
2007-03-30 18:29:38 +00:00
committed by thiago
parent 244b6de1c6
commit 97c2198583

View File

@ -111,7 +111,7 @@ public class JinglePlugin implements Plugin, Phone {
jingleManager = new JingleManager(SparkManager.getConnection(), transportManager, new JmfMediaManager(locator));
if (transportManager instanceof BridgedTransportManager) {
if (transportManager instanceof BridgedTransportManager || transportManager instanceof ICETransportManager) {
jingleManager.addCreationListener((BridgedTransportManager)transportManager);
}