Gets the instant messaging MCU session.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
InstantMessagingMcuSession 
As 

InstantMessagingMcuSession
C#
public 

InstantMessagingMcuSession 
InstantMessagingMcuSession { 
get; }
Visual C++
public:
property 

InstantMessagingMcuSession^ 
InstantMessagingMcuSession {
	

InstantMessagingMcuSession^ 
get ();
}
JavaScript
function get_
instantMessagingMcuSession();

Remarks

This value can be null if the application has unregistered the factory for the message media type. Applications interested in InstantMessagingMcuSession events should register for these events before joining the conference.

See Also