mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user