public class IceLiteAgent extends IceAgent
connectivityCheckServer, iceListeners, password, running, selector, ufrag| Constructor and Description |
|---|
IceLiteAgent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isControlling()
Checks whether the Agent is controlling the ICE process.
|
boolean |
isLite()
Checks whether the Agent implements ICE Lite
|
void |
start()
Starts the ICE agent by activating its STUN stack.
|
void |
stop()
Stops the ICE agent.
|
addIceListener, addMediaStream, addMediaStream, addMediaStream, generateIceCredentials, getExternalAddress, getLocalKey, getMediaStream, getMediaStreams, getPassword, getRemoteKey, getSelectedRtcpCandidate, getSelectedRtpCandidate, getUfrag, harvest, isRunning, isSelectionFinished, isUserRegistered, removeIceListener, reset, selectCandidatePair, setExternalAddress, validateUsernamepublic boolean isLite()
IceAgentpublic boolean isControlling()
IceAgentisControlling in class IceAgentpublic void start()
IceAgent
Full ICE implementations start connectivity checks while listening
for incoming checks.
Lite implementations are restricted to listen to incoming
connectivity checks.
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.