Class IceCandidateFoundEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.IceCandidateFoundEvent
- All Implemented Interfaces:
Event
Notifies a new local candidate.
These candidates should be sent to the remote peer, to complete the ICE negotiation process.
-
Constructor Summary
ConstructorsConstructorDescriptionIceCandidateFoundEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, IceCandidate candidate) Notifies a new local candidate. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the candidate propertyvoidsetCandidate(IceCandidate candidate) Setter for the candidate propertyMethods inherited from class MediaEvent
getType, setTypeMethods inherited from class RaiseBaseEvent
getSource, getTags, getTimestampMillis, setSource, setTags, setTimestampMillis
-
Constructor Details
-
IceCandidateFoundEvent
public IceCandidateFoundEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, IceCandidate candidate) Notifies a new local candidate. These candidates should be sent to the remote peer, to complete the ICE negotiation process.- Parameters:
source- Object that raised the eventtimestampMillis- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags-type- Type of event that was raisedcandidate- New local candidate
-
-
Method Details
-
getCandidate
-
setCandidate
Setter for the candidate property- Parameters:
candidate- New local candidate
-