onIceCandidateError method
Subscribes the provided callback to the on_ice_candidate_error
events of
this PeerConnection.
Implementation
void onIceCandidateError(OnIceCandidateErrorCallback f) {
_onIceCandidateError = f;
}
Subscribes the provided callback to the on_ice_candidate_error
events of
this PeerConnection.
void onIceCandidateError(OnIceCandidateErrorCallback f) {
_onIceCandidateError = f;
}