Interface JingleSessionRequestListener
-
- All Superinterfaces:
JingleListener
public interface JingleSessionRequestListener extends JingleListener
Interface to listener Jingle session requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sessionRequested(JingleSessionRequest request)
A request to start a session has been received from another user.
-
-
-
Method Detail
-
sessionRequested
void sessionRequested(JingleSessionRequest request)
A request to start a session has been received from another user.- Parameters:
request
- The request from the other user.
-
-