Conference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
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 |
ConnectionTime |
Retrieves the connection start time of the |
CurrentCallEndpoint |
Obtains the current CallEndpoint. |
DisconnectCause | |
Extras |
Returns the extras associated with this conference. -or- Replaces all the extras associated with this |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
PeerReference | (Inherited from Object) |
PhoneAccountHandle |
Returns the |
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 |
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 |
OnAnswer(Int32) |
Notifies this Conference, which is in |
OnAvailableCallEndpointsChanged(IList<CallEndpoint>) |
Notifies the |
OnCallAudioStateChanged(CallAudioState) |
Notifies the |
OnCallEndpointChanged(CallEndpoint) |
Notifies the |
OnConnectionAdded(Connection) |
Notifies the |
OnDisconnect() |
Notifies the |
OnExtrasChanged(Bundle) |
Notifies this |
OnHold() |
Notifies the |
OnMerge() |
Notifies the |
OnMerge(Connection) |
Notifies the |
OnMuteStateChanged(Boolean) |
Notifies the |
OnPlayDtmfTone(Char) |
Notifies the |
OnReject() |
Notifies this Conference, which is in |
OnSeparate(Connection) |
Notifies the |
OnStopDtmfTone() |
Notifies the |
OnSwap() |
Notifies the |
OnUnhold() |
Notifies the |
PutExtras(Bundle) |
Adds some extras to this |
RemoveConnection(Connection) |
Removes the specified connection as a child of this conference. |
RemoveExtras(IList<String>) |
Removes extras from this |
RemoveExtras(String[]) |
Removes extras from this |
SendConferenceEvent(String, Bundle) |
Sends an event associated with this |
SetActive() |
Sets state to be active. |
SetConnectionCapabilities(ConnectionCapability) |
Sets the capabilities of a conference. |
SetConnectionStartElapsedRealTime(Int64) |
Sets the start time of the |
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) |