Conference


public abstract class Conference
extends Conferenceable

java.lang.Object
   ↳ android.telecom.Conferenceable
     ↳ android.telecom.Conference


Represents a conference call which can contain any number of Connection objects.

Summary

Constants

long CONNECT_TIME_NOT_SPECIFIED

Used to indicate that the conference connection time is not specified.

Public constructors

Conference(PhoneAccountHandle phoneAccount)

Constructs a new Conference with a mandatory PhoneAccountHandle

Public methods

final boolean addConnection(Connection connection)

Adds the specified connection as a child of this conference.

static Conference createFailedConference(DisconnectCause disconnectCause, PhoneAccountHandle phoneAccount)