| Package | Description |
|---|---|
| org.restcomm.media.ice |
| Modifier and Type | Method and Description |
|---|---|
LocalCandidateWrapper |
IceComponent.getDefaultLocalCandidate() |
LocalCandidateWrapper |
IceComponent.selectDefaultLocalCandidate() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalCandidateWrapper> |
IceComponent.getLocalCandidates() |
| Modifier and Type | Method and Description |
|---|---|
void |
IceComponent.addLocalCandidate(LocalCandidateWrapper candidateWrapper)
Attempts to registers a local candidate.
|
int |
LocalCandidateWrapper.compareTo(LocalCandidateWrapper other) |
| Modifier and Type | Method and Description |
|---|---|
void |
IceComponent.addLocalCandidates(List<LocalCandidateWrapper> candidatesWrapper)
Registers a collection of local candidates to the component.
|
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.