Connection.addDirectCandidate()
DESCRIPTION
Add a diect candidate.
DECLARATION
void addDirectCandidate(String host, int port)
PARAMETERS
host:
- the hest either as ip or a resolveable name.
port:
- the port.
ERRORS
Throws the following exceptions:
None.
RETURN VALUES
None.
EXAMPLES
None.