Conference Class

Definition

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

[Android.Runtime.Register("android/telecom/Conference", ApiSince=23, DoNotGenerateAcw=true)]
public abstract class Conference : Android.Telecom.Conferenceable
[<Android.Runtime.Register("android/telecom/Conference", ApiSince=23, DoNotGenerateAcw=true)>]
type Conference = class
    inherit Conferenceable
Inheritance
Attributes

Remarks

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

Java documentation for android.telecom.Conference.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Conference(IntPtr, JniHandleOwnership)
Conference(PhoneAccountHandle)

Constructs a new Conference with a mandatory PhoneAccountHandle

Fields

ConnectTimeNotSpecified

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

Properties

CallAudioState

This member is deprecated.

Class

Returns the runtime class of this Object.

(Inherited from Object)
ConferenceableConnections

Returns the connections with which this connection can be conferenced. -or- Sets the connections with which this connection can be conferenced.

ConnectionCapabilities

Returns the capabilities of the conference.

ConnectionProperties

Returns the properties of the conference. -or- Sets the properties of a conference.

Connections

Returns the list of connections currently associated with the conference call.

ConnectionStartElapsedRealtimeMillis

Retrieves the connection start time of the Conference, if specified. -or- Sets the start time of the Conference which is the basis for the determining the duration of the Conference.

ConnectionTime

Retrieves the connection start time of the Conference, if specified. -or- Sets the connection start time of the Conference.

CurrentCallEndpoint

Obtains the current CallEndpoint.

DisconnectCause
Extras

Returns the extras associated with this conference. -or- Replaces all the extras associated with this Conference.

Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
PhoneAccountHandle

Returns the PhoneAccountHandle the conference call is being placed through.

RingbackRequested

Returns whether this conference is requesting that the system play a ringback tone on its behalf. -or- Requests that the framework play a ringback tone.

State

Gets the state of the conference call.

StatusHints

Sets the label and icon status to display in the InCall UI.

ThresholdClass
ThresholdType
VideoProvider

Returns VideoProvider of the primary call.

VideoState

Returns video state of the primary call.

Methods

AddConnection(Connection)

Adds the specified connection as a child of this conference.

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
CreateFailedConference(DisconnectCause, PhoneAccountHandle)

Return a Conference which represents a failed conference attempt.

Destroy()

Tears down the conference object and any of its current connections.

Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
OnAddConferenceParticipants(IList<Uri>)

Notifies the Conference of a request to add a new participants to the conference call

OnAnswer(Int32)

Notifies this Conference, which is in STATE_RINGING, of a request to accept.

OnAvailableCallEndpointsChanged(IList<CallEndpoint>)

Notifies the Conference that the available call endpoints have been changed.

OnCallAudioStateChanged(CallAudioState)

Notifies the Conference that the #getCallAudioState() property has a new value.

OnCallEndpointChanged(CallEndpoint)

Notifies the Conference that the audio endpoint has been changed.

OnConnectionAdded(Connection)

Notifies the Conference that a Connection has been added to it.

OnDisconnect()

Notifies the Conference when the Conference and all it's Connections should be disconnected.

OnExtrasChanged(Bundle)

Notifies this Conference of a change to the extras made outside the ConnectionService.

OnHold()

Notifies the Conference when it should be put on hold.

OnMerge()

Notifies the Conference when the child calls should be merged.

OnMerge(Connection)

Notifies the Conference when the specified Connection should merged with the conference call.

OnMuteStateChanged(Boolean)

Notifies the Conference that its audio mute state has been changed.

OnPlayDtmfTone(Char)

Notifies the Conference of a request to play a DTMF tone.

OnReject()

Notifies this Conference, which is in STATE_RINGING, of a request to reject.

OnSeparate(Connection)

Notifies the Conference when the specified Connection should be separated from the conference call.

OnStopDtmfTone()

Notifies the Conference of a request to stop any currently playing DTMF tones.

OnSwap()

Notifies the Conference when the child calls should be swapped.

OnUnhold()

Notifies the Conference when it should be moved from a held to active state.

PutExtras(Bundle)

Adds some extras to this Conference.

RemoveConnection(Connection)

Removes the specified connection as a child of this conference.

RemoveExtras(IList<String>)

Removes extras from this Conference.

RemoveExtras(String[])

Removes extras from this Conference.

SendConferenceEvent(String, Bundle)

Sends an event associated with this Conference with associated event extras to the InCallService.

SetActive()

Sets state to be active.

SetConnectionCapabilities(ConnectionCapability)

Sets the capabilities of a conference.

SetConnectionStartElapsedRealTime(Int64)

Sets the start time of the Conference which is the basis for the determining the duration of the Conference.

SetDialing()

Sets state to be dialing.

SetDisconnected(DisconnectCause)

Sets state to disconnected.

SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
SetOnHold()

Sets state to be on hold.

SetRinging()

Sets state to be ringing.

SetVideoProvider(Connection, Connection+VideoProvider)

Sets the video connection provider.

SetVideoState(Connection, VideoProfileState)

Set the video state for the conference.

ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to