Interface CreatedJingleSessionListener
-
- All Known Implementing Classes:
BridgedTransportManager
,FixedTransportManager
,ICETransportManager
public interface CreatedJingleSessionListener
Inteface used to dispatch a event when a Jingle session is created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sessionCreated(JingleSession jingleSession)
-
-
-
Method Detail
-
sessionCreated
void sessionCreated(JingleSession jingleSession)
-
-