I'm a beginner for android. I want to develop an app for the detection of conference call. so in this line, I faced there is no default constructor available android.telecom.Conferenceable
.
import android.telecom.Conferenceable;
import android.telecom.Connection;
public abstract class Conference extends Conferenceable {
@Override