| Package | Description |
|---|---|
| org.jivesoftware.openfire.mediaproxy |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaProxySession
A media proxy session enables two clients to exchange UDP traffic.
|
class |
RelaySession
A Session Class will control "receive and relay" proccess.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyCandidate |
MediaProxy.addRelayAgent(String id,
String creator)
Add a new Dynamic Session to the mediaproxy WITHOUT defined IPs and ports.
|
ProxyCandidate |
MediaProxy.addRelayAgent(String id,
String creator,
String hostA,
int portA,
String hostB,
int portB)
Add a new Dynamic Session to the mediaproxy for defined IPs and ports.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.