The AVModalitytype exposes the following members.

Methods

  Name Description
Public method Accept
Accepts an invitation to a modality.
(Inherited from Modality.)
Public method BeginConnect
Activates a conversation modality by connecting the modality to its associated local and remote endpoints.
(Inherited from Modality.)
Public method BeginConsultativeTransfer
Transfers a connected modality to an existing conversation.
(Inherited from Modality.)
Public method BeginDisconnect
Disconnects from the modality.
(Inherited from Modality.)
Public method BeginForward(Contact, AsyncCallback, Object)
Forwards an active conversation to a specified contact.
(Inherited from Modality.)
Public method BeginForward(ContactEndpoint, AsyncCallback, Object)
Forwards an active conversation to a specified remote contact endpoint. You cannot forward conversations between the local contacts endpoints.
(Inherited from Modality.)
Public method BeginHold
Places the modality on hold.
(Inherited from Modality.)
Public method BeginRetrieve
Retrives a held modality.
(Inherited from Modality.)
Public method BeginSetProperty
Sets a property associated with this modality.
(Inherited from Modality.)
Public method BeginTransfer(Contact, TransferOptions, AsyncCallback, Object)
Transfers an active conversation to a specified remote contact.
(Inherited from Modality.)
Public method BeginTransfer(ContactEndpoint, TransferOptions, AsyncCallback, Object)
Transfer an active conversation to a specified remote contact endpoint. You cannot transfer a conversation to another local contact endpoint.
(Inherited from Modality.)
Public method CanInvoke
Returns true if a specific action is available.
(Inherited from Modality.)
Public method CanSetProperty
Returns true if a property can be set on the modality.
(Inherited from Modality.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndConnect
Blocks calling thread until BeginConnect completes.
(Inherited from Modality.)
Public method EndConsultativeTransfer
Blocks calling thread until BeginConsultativeTransfer completes.
(Inherited from Modality.)
Public method EndDisconnect
Blocks calling thread until BeginDisconnect completes.
(Inherited from Modality.)
Public method EndForward
Blocks the calling thread until BeginForward completes.
(Inherited from Modality.)
Public method EndHold
Blocks calling thread until BeginHold completes.
(Inherited from Modality.)
Public method EndRetrieve
Blocks calling thread until BeginRetrieve completes.
(Inherited from Modality.)
Public method EndSetProperty
Blocks the calling thread until BeginSetProperty completes.
(Inherited from Modality.)
Public method EndTransfer
Blocks current thread until BeginTransfer completes and returns a list of context properties.
(Inherited from Modality.)
Public method Equals (Inherited from Object.)
Protected method Finalize
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone () () () () (Inherited from Object Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject MarshalByRefObject.)
Public method Reject
Rejects an invitation to share a modality.
(Inherited from Modality.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property AudioChannel
Gets the audio channel.
Public property Conversation
Gets the associated conversation object.
(Inherited from Modality.)
Public property Endpoint
Sets or gets the contact endpoint that is used by the modality.
(Inherited from Modality.)
Public property Participant
Gets the associated participant object.
(Inherited from Modality.)
Public property Properties
Gets a dictionary of modality properties.
(Inherited from Modality.)
Public property State
Gets the modality state.
(Inherited from Modality.)
Public property VideoChannel
Gets the regular video channel.

Events

  Name Description
Public event ActionAvailabilityChanged
Occurs when an action availability changes.
(Inherited from Modality.)
Public event AVModalityPropertyChanged
Occurs when a property value changes.
Public event IsContributingChanged
Occurs when the contributing state changes.
Public event ModalityStateChanged
Occurs when modality state changes.
(Inherited from Modality.)
Public event StreamStateChanged
Occurs when the stream state changes.

See Also