Package tvi.webrtc
Class CandidatePairChangeEvent
java.lang.Object
tvi.webrtc.CandidatePairChangeEvent
Representation of a change in selected ICE candidate pair.
CandidatePairChangeEvent
in the C++ API.-
Field Summary
Modifier and TypeFieldDescriptionfinal int
An estimate from the ICE stack on how long it was disconnected before changing to the new candidate pair in this event.final int
final IceCandidate
final String
final IceCandidate
-
Method Summary
-
Field Details
-
local
-
remote
-
lastDataReceivedMs
public final int lastDataReceivedMs -
reason
-
estimatedDisconnectedTimeMs
public final int estimatedDisconnectedTimeMsAn 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.
-