| Package | Description |
|---|---|
| org.jivesoftware.openfire.mediaproxy |
| Modifier and Type | Class and Description |
|---|---|
class |
RelaySession
A Session Class will control "receive and relay" proccess.
|
| Modifier and Type | Method and Description |
|---|---|
MediaProxySession |
MediaProxy.getSession(String sid)
Returns a media proxy session with the specified ID.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MediaProxySession> |
MediaProxyService.getAgents()
Return the list of active Agents
|
Collection<MediaProxySession> |
MediaProxy.getSessions()
Returns the list of all currently active and running sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionListener.sessionClosed(MediaProxySession session)
A media proxy session was closed as a result of normal termination or because
the max idle time elapsed.
|
void |
MediaProxy.sessionClosed(MediaProxySession session)
Implements Session Listener stopAgent event.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.