The Conversationtype exposes the following members.

Constructors

  Name Description
Conversation Overloaded.

Methods

  Name Description
BeginEscalateToConference
Begins an asynchronous operation to escalate the conversation to a conference.
BeginInviteRemoteParticipants Overloaded.
BeginTerminate
Begins an asynchronous operation to terminate the conversation.
BeginUpdateProperties
Begins an asynchronous operation to update the properties of the conversation.
EndEscalateToConference
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed
EndInviteRemoteParticipants
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed
EndTerminate
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed
EndUpdateProperties
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
Impersonate
Impersonate as a different user.
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  Name Description
ActiveMediaTypes
Gets the list of active media types for this conversation.
ApplicationContext
Gets or sets the application-specific context for this conversation.
Calls
Gets the list of established calls in this conversation.
ConferenceSession
Gets the conference session for this conversation.
Endpoint
Gets the endpoint associated with this conversation.
Id
Gets the conversation identifier.
LocalParticipant
Gets the local participant of this conversation.
Priority
Gets the priority of the conversation.
RemoteParticipants
Gets the collection of remote participants.
State
Gets the current state of the conversation.
Subject
Gets the subject of the conversation.

Events

  Name Description
EscalateToConferenceRequested
Raised when the existing remote participant requests to escalate the conversation into conference.
InviteRemoteParticipantUpdate
Raised when the remote participant sends a response to the conference invitation.
ParticipantPropertiesChanged
Raised when one or more properties of the participant change(s).
PropertiesChanged
Raised when one or more properties are changed in the conversation.
RemoteParticipantAttendanceChanged
Raised when one or more remote participants join or leave the conversation.
StateChanged
Raised when the state of the conversation changes.

See Also