onIceCandidateError method

void onIceCandidateError(
  1. OnIceCandidateErrorCallback f
)

Subscribes the provided callback to the on_ice_candidate_error events of this PeerConnection.

Implementation

void onIceCandidateError(OnIceCandidateErrorCallback f) {
  _onIceCandidateError = f;
}