public class IceCandidatePair extends Object
Modifier | Constructor and Description |
---|---|
protected |
IceCandidatePair()
Default private constructor of IceCandidatePair for serialization with Jackson
|
|
IceCandidatePair(String streamID,
String streamId,
int componentID,
int componentId,
String localCandidate,
String remoteCandidate)
Create a IceCandidatePair
|
Modifier and Type | Method and Description |
---|---|
int |
getComponentId()
get Component ID of the ICE connection
|
int |
getComponentID()
Deprecated.
Use
componentId instead. |
String |
getLocalCandidate()
get The local candidate used by the ICE library.
|
String |
getRemoteCandidate()
get The remote candidate used by the ICE library.
|
String |
getStreamId()
get Stream ID of the ICE connection
|
String |
getStreamID()
Deprecated.
Use
streamId instead. |
void |
setComponentId(int componentId)
set Component ID of the ICE connection
|
void |
setComponentID(int componentID)
Deprecated.
Use
componentId instead. |
void |
setLocalCandidate(String localCandidate)
set The local candidate used by the ICE library.
|
void |
setRemoteCandidate(String remoteCandidate)
set The remote candidate used by the ICE library.
|
void |
setStreamId(String streamId)
set Stream ID of the ICE connection
|
void |
setStreamID(String streamID)
Deprecated.
Use
streamId instead. |
protected IceCandidatePair()
public String getStreamID()
streamId
instead.public void setStreamID(String streamID)
streamId
instead.public String getStreamId()
public void setStreamId(String streamId)
public int getComponentID()
componentId
instead.public void setComponentID(int componentID)
componentId
instead.public int getComponentId()
public void setComponentId(int componentId)
public String getLocalCandidate()
public void setLocalCandidate(String localCandidate)
public String getRemoteCandidate()
public void setRemoteCandidate(String remoteCandidate)
Copyright © 2022 Kurento. All rights reserved.