Interface JingleTransportInitiationCallback
-
public interface JingleTransportInitiationCallback
Callback for bytestream session creation of TransportManagers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onException(java.lang.Exception e)
void
onSessionInitiated(BytestreamSession bytestreamSession)
-
-
-
Method Detail
-
onSessionInitiated
void onSessionInitiated(BytestreamSession bytestreamSession)
-
onException
void onException(java.lang.Exception e)
-
-