Package com.viam.sdk.core.webrtc
Class ICECandidateErrorEvent
java.lang.Object
com.viam.sdk.core.webrtc.ICECandidateErrorEvent
-
Field Summary
-
Constructor Summary
ConstructorDescriptionICECandidateErrorEvent
(String address, int port, String url, int errorCode, String errorText) -
Method Summary
-
Field Details
-
address
-
port
public final int port -
url
-
errorCode
public final int errorCode -
errorText
-
-
Constructor Details
-
ICECandidateErrorEvent
-