Class IceCandidateFoundEvent

  • All Implemented Interfaces:
    Event

    public class IceCandidateFoundEvent
    extends MediaEvent
    Notifies a new local candidate. These candidates should be sent to the remote peer, to complete the ICE negotiation process.
    • Constructor Detail

      • 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 event
        timestampMillis - The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
        tags -
        type - Type of event that was raised
        candidate - New local candidate
    • Method Detail

      • getCandidate

        public IceCandidate getCandidate()
        Getter for the candidate property
        Returns:
        New local candidate *
      • setCandidate

        public void setCandidate​(IceCandidate candidate)
        Setter for the candidate property
        Parameters:
        candidate - New local candidate