Uses of Class
org.jivesoftware.openfire.mediaproxy.MediaProxySession
Packages that use MediaProxySession
-
Uses of MediaProxySession in org.jivesoftware.openfire.mediaproxy
Subclasses of MediaProxySession in org.jivesoftware.openfire.mediaproxyModifier and TypeClassDescriptionclass
A Session Class will control "receive and relay" proccess.Methods in org.jivesoftware.openfire.mediaproxy that return MediaProxySessionModifier and TypeMethodDescriptionMediaProxy.getSession
(String sid) Returns a media proxy session with the specified ID.Methods in org.jivesoftware.openfire.mediaproxy that return types with arguments of type MediaProxySessionModifier and TypeMethodDescriptionMediaProxyService.getAgents()
Return the list of active AgentsMediaProxy.getSessions()
Returns the list of all currently active and running sessions.Methods in org.jivesoftware.openfire.mediaproxy with parameters of type MediaProxySessionModifier and TypeMethodDescriptionvoid
MediaProxy.sessionClosed
(MediaProxySession session) Implements Session Listener stopAgent event.void
SessionListener.sessionClosed
(MediaProxySession session) A media proxy session was closed as a result of normal termination or because the max idle time elapsed.