Package tvi.webrtc

Interface AddIceObserver


public interface AddIceObserver
Interface to handle completion of addIceCandidate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when ICE candidate addition failed.
    void
    Called when ICE candidate added successfully.
  • Method Details

    • onAddSuccess

      void onAddSuccess()
      Called when ICE candidate added successfully.
    • onAddFailure

      void onAddFailure(String error)
      Called when ICE candidate addition failed.