Package tvi.webrtc

Class CandidatePairChangeEvent


  • public final class CandidatePairChangeEvent
    extends java.lang.Object
    Representation of a change in selected ICE candidate pair. CandidatePairChangeEvent in the C++ API.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lastDataReceivedMs

        public final int lastDataReceivedMs
      • reason

        public final java.lang.String reason
      • estimatedDisconnectedTimeMs

        public final int estimatedDisconnectedTimeMs
        An estimate from the ICE stack on how long it was disconnected before changing to the new candidate pair in this event. The first time an candidate pair is signaled the value will be 0.