Package tvi.webrtc
Interface AddIceObserver
-
public interface AddIceObserver
Interface to handle completion of addIceCandidate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAddFailure(java.lang.String error)
Called when ICE candidate addition failed.void
onAddSuccess()
Called when ICE candidate added successfully.
-