| Package | Description |
|---|---|
| org.restcomm.media.ice |
| Modifier and Type | Method and Description |
|---|---|
IceComponent |
IceMediaStream.getRtcpComponent() |
IceComponent |
IceMediaStream.getRtpComponent() |
| Constructor and Description |
|---|
HostCandidate(IceComponent component,
InetAddress address,
int port) |
HostCandidate(IceComponent component,
String hostname,
int port) |
IceCandidate(IceComponent component,
InetAddress address,
int port,
CandidateType type) |
IceCandidate(IceComponent component,
String hostname,
int port,
CandidateType type) |
ServerReflexiveCandidate(IceComponent component,
InetAddress address,
int port,
HostCandidate base) |
ServerReflexiveCandidate(IceComponent component,
String hostname,
int port,
HostCandidate base) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.