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
Public property ConferenceSession Gets the parent ConferenceSession object. (inherited from McuSession)
Public property 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)
Public property State Gets the state of the MCU as communicated by the focus. (inherited from McuSession)
Public property SupportedMediaTypes Gets the media types supported by the Instant Messaging MCU. (Overrides McuSession.SupportedMediaTypes.)

Top

Methods

  Name Description
Public method BeginDialOut(String, AsyncCallback, Object) Requests from the Instant Messaging MCU to initiate an Instant Messaging call to the supplied destination URI.
Protected method BeginDialOut(String, McuDialOutOptions, AsyncCallback, Object) Sends a request to MCU to initiate a call to the supplied destination URI. (inherited from McuSession)
Public method BeginEject(String, AsyncCallback, Object) Ejects a participant or an endpoint from the MCU based on the supplied URI. (inherited from McuSession)
Public method BeginEject(ConversationParticipant, AsyncCallback, Object) Ejects a participant from the MCU. (inherited from McuSession)
Public method BeginEject(String, EjectOptions, AsyncCallback, Object) Ejects a participant or an endpoint from the MCU based on the supplied URI. (inherited from McuSession)
Public method BeginEject(ConversationParticipant, EjectOptions, AsyncCallback, Object) Ejects a participant from the MCU. (inherited from McuSession)
Protected method BeginSendCommand(ConferenceCommand, AsyncCallback, Object) Send a request to the MCU via the focus. (inherited from McuSession)
Protected method BeginSendCommand(ConferenceCommand, ConferenceCommandOptions, AsyncCallback, Object) Send a request to the MCU via the focus. (inherited from McuSession)
Protected method BeginTransfer Transfers an established two party call to the MCU. (inherited from McuSession)
Public method EndDialOut Waits for the pending operation to complete.
Public method EndEject Waits for the pending eject operation to complete. (inherited from McuSession)
Protected method EndSendCommand Waits for the pending send command to complete. (inherited from McuSession)
Protected method EndTransfer Waits for the pending operation to complete. (inherited from McuSession)
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetLocalParticipantEndpoints Gets a snapshot collection of the endpoints used by the local participant to communicate with the MCU. (inherited from McuSession)
Public method GetRemoteParticipantEndpoints Gets a snapshot collection of the endpoints used by remote participants to communicate with the MCU. (inherited from McuSession)
Public method GetType (inherited from Object)
Protected method HandleParticipantEndpointAttendanceChanged Processes added or removed participant endpoints to the MCU. (Overrides McuSession.HandleParticipantEndpointAttendanceChanged(Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>, Collection<KeyValuePair<ParticipantEndpoint, McuParticipantEndpointProperties>>).)
Protected method HandleParticipantEndpointPropertiesChanged Process updated MCU participant endpoint properties. (Overrides McuSession.HandleParticipantEndpointPropertiesChanged(ParticipantEndpoint, PropertyMergeInformation<McuParticipantEndpointProperties>).)
Protected method HandlePropertiesChanged Process updated session properties. (Overrides McuSession.HandlePropertiesChanged(PropertyMergeInformation<McuSessionProperties>).)
Protected method MemberwiseClone (inherited from Object)
Protected method RaiseAttendanceChanged<TProperties> Raises a attendance changed event on behalf of the derived class. (inherited from McuSession)
Protected method RaiseSessionParticipantPropertyChanged<TProperties> Raises a property changed event for the McuSessionParticipant. (inherited from McuSession)
Protected method RaiseSessionPropertyChanged<TProperties> Raises a property changed event on behalf of the derived class. (inherited from McuSession)
Protected method ResetCore Recycles the InstantMessagingMcuSession for reuse. (Overrides McuSession.ResetCore().)
Public method ToString Returns a String that represents the current McuSession. (inherited from McuSession)
Public method TryGetParticipantEndpointProperties(ParticipantEndpoint, InstantMessagingMcuParticipantEndpointProperties) Gets the properties of the supplied participant endpoint in this MCU.
Protected method TryGetParticipantEndpointProperties(ParticipantEndpoint, McuParticipantEndpointProperties) Gets the basic properties for a participant endpoint in the MCU. (inherited from McuSession)

Top

Events

  Name Description
Public event ParticipantEndpointAttendanceChanged Raised when one or more participant endpoints join or leave the MCU.
Public event ParticipantEndpointPropertiesChanged Raised when one or more participant endpoint properties changes.
Public event StateChanged Raised when the MCU state changes are reported back to the application. (inherited from McuSession)

Top

See Also

Reference

InstantMessagingMcuSession Class

Microsoft.Rtc.Collaboration Namespace