Conversation Members
The class description.
The Conversation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Conversation(LocalEndpoint) | Creates an outgoing conversation that starts as a conference. | |
Conversation(LocalEndpoint, ConversationSettings) | Creates an outgoing conversation with given settings and starts as a conference. |
Top
Properties
Name | Description | |
---|---|---|
ActiveMediaTypes | Gets the list of active media types for this conversation. | |
ApplicationContext | Gets or sets the application context. | |
Calls | Gets the list of established calls from the conversation. | |
ConferenceSession | Gets the conference session for this conversation. | |
Endpoint | Gets the endpoint of the conversation. | |
Id | ||
LocalParticipant | Gets the local participant used for the conversation. | |
Priority | Gets the priority of the conversation. | |
RemoteParticipants | Gets the list of remote participants. | |
State | Gets the current state of the conversation. | |
Subject | Gets the subject of the conversation. |
Top
Methods
Name | Description | |
---|---|---|
BeginEscalateToConference | ||
BeginInviteRemoteParticipants(IEnumerable<(Of <<'(String>)>>), ToastMessage, AsyncCallback, Object) | Invites remote participants to the conversation. | |
BeginInviteRemoteParticipants(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), ToastMessage, AsyncCallback, Object) | Invites remote participants to the conversation. | |
BeginTerminate | ||
BeginUpdateProperties | Updates the properties of the conversation. | |
EndEscalateToConference | Waits for the EscalateToConference operation to complete. | |
EndInviteRemoteParticipants | Waits for the BeginInviteRemoteParticipants operation to complete. | |
EndTerminate | Waits for the pending terminate operation. | |
EndUpdateProperties | Completed the Update conversation property operation. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Impersonate | Impersonate as different user. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
EscalateToConferenceRequested | Raised when the existing remote participant requests to escalate the conversation into a conference. | |
InviteRemoteParticipantUpdate | Raised when the operation to add remote participants to the conversation has completed sending the invitation to a specific participant. | |
ParticipantPropertiesChanged | Raised when one or more properties of a remote participant have changed. | |
PropertiesChanged | Raised when one or more properties are changed in the conversation. | |
RemoteParticipantAttendanceChanged | Raised when remote participants join or leave the conversation. | |
StateChanged | Raised when the state of the conversation changes. |
Top