package org.webrtc; /* loaded from: classes3.dex */ public interface AddIceObserver { void onAddFailure(String str); void onAddSuccess(); }