InstantMessagingMcuSession Members
Include Protected Members
Include Inherited Members
Allows requests to be made to the Instant Messaging MCU.
The InstantMessagingMcuSession type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ConferenceSession | Gets the parent ConferenceSession object. (inherited from McuSession) |
![]() |
McuInformation | Gets information about the MCU including the MCU address or null if the MCU session is not bound to a conference (The parent ConferenceSession has not joined a conference yet, or the joined conference does not support the corresponding MCU type). (inherited from McuSession) |
![]() |
State | Gets the state of the MCU as communicated by the focus. (inherited from McuSession) |
![]() |
SupportedMediaTypes | Gets the media types supported by the Instant Messaging MCU. (Overrides McuSession.SupportedMediaTypes.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BeginDialOut(String, AsyncCallback, Object) | Requests from the Instant Messaging MCU to initiate an Instant Messaging call to the supplied destination URI. |
![]() |
BeginDialOut(String, McuDialOutOptions, AsyncCallback, Object) | Sends a request to MCU to initiate a call to the supplied destination URI. (inherited from McuSession) |
![]() |
BeginEject(String, AsyncCallback, Object) | Ejects a participant or an endpoint from the MCU based on the supplied URI. (inherited from McuSession) |
![]() |
BeginEject(ConversationParticipant, AsyncCallback, Object) | Ejects a participant from the MCU. (inherited from McuSession) |
![]() |
BeginEject(String, EjectOptions, AsyncCallback, Object) | Ejects a participant or an endpoint from the MCU based on the supplied URI. (inherited from McuSession) |
![]() |
BeginEject(ConversationParticipant, EjectOptions, AsyncCallback, Object) | Ejects a participant from the MCU. (inherited from McuSession) |
![]() |
BeginSendCommand(ConferenceCommand, AsyncCallback, Object) | Send a request to the MCU via the focus. (inherited from McuSession) |
![]() |
BeginSendCommand(ConferenceCommand, ConferenceCommandOptions, AsyncCallback, Object) | Send a request to the MCU via the focus. (inherited from McuSession) |
![]() |
BeginTransfer | Transfers an established two party call to the MCU. (inherited from McuSession) |
![]() |
EndDialOut | Waits for the pending operation to complete. |
![]() |
EndEject | Waits for the pending eject operation to complete. (inherited from McuSession) |
![]() |
EndSendCommand | Waits for the pending send command to complete. (inherited from McuSession) |
![]() |
EndTransfer | Waits for the pending operation to complete. (inherited from McuSession) |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetLocalParticipantEndpoints | Gets a snapshot collection of the endpoints used by the local participant to communicate with the MCU. (inherited from McuSession) |
![]() |
GetRemoteParticipantEndpoints | Gets a snapshot collection of the endpoints used by remote participants to communicate with the MCU. (inherited from McuSession) |
![]() |
GetType | (inherited from Object) |
![]() |
HandleParticipantEndpointAttendanceChanged | Processes added or removed participant endpoints to the MCU. (Overrides McuSession.HandleParticipantEndpointAttendanceChanged(Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>, Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>).) |
![]() |
HandleParticipantEndpointPropertiesChanged | Process updated MCU participant endpoint properties. (Overrides McuSession.HandleParticipantEndpointPropertiesChanged(ParticipantEndpoint, PropertyMergeInformation<McuParticipantEndpointProperties>).) |
![]() |
HandlePropertiesChanged | Process updated session properties. (Overrides McuSession.HandlePropertiesChanged(PropertyMergeInformation<McuSessionProperties>).) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
RaiseAttendanceChanged<TProperties> | Raises a attendance changed event on behalf of the derived class. (inherited from McuSession) |
![]() |
RaiseSessionParticipantPropertyChanged<TProperties> | Raises a property changed event for the McuSessionParticipant. (inherited from McuSession) |
![]() |
RaiseSessionPropertyChanged<TProperties> | Raises a property changed event on behalf of the derived class. (inherited from McuSession) |
![]() |
ResetCore | Recycles the InstantMessagingMcuSession for reuse. (Overrides McuSession.ResetCore().) |
![]() |
ToString | Returns a String that represents the current McuSession. (inherited from McuSession) |
![]() |
TryGetParticipantEndpointProperties(ParticipantEndpoint, InstantMessagingMcuParticipantEndpointProperties) | Gets the properties of the supplied participant endpoint in this MCU. |
![]() |
TryGetParticipantEndpointProperties(ParticipantEndpoint, McuParticipantEndpointProperties) | Gets the basic properties for a participant endpoint in the MCU. (inherited from McuSession) |
Top
Events
Name | Description | |
---|---|---|
![]() |
ParticipantEndpointAttendanceChanged | Raised when one or more participant endpoints join or leave the MCU. |
![]() |
ParticipantEndpointPropertiesChanged | Raised when one or more participant endpoint properties changes. |
![]() |
StateChanged | Raised when the MCU state changes are reported back to the application. (inherited from McuSession) |
Top