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