Allows requests to be made to the Instant Messaging MCU.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
InstantMessagingMcuSession _
	
Inherits 

McuSession
C#
public 
class 
InstantMessagingMcuSession : 

McuSession
Visual C++
public 
ref class 
InstantMessagingMcuSession : 
public 

McuSession
JavaScript

Microsoft.Rtc.Collaboration.InstantMessagingMcuSession = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.InstantMessagingMcuSession',
	

Microsoft.Rtc.Collaboration.McuSession);

Remarks

This class represents the Instant Messaging specific implementation of the media-agnostic McuSession. The class encapsulates operations and events relevant to the Instant Messaging MCU.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration . . :: . McuSession
     Microsoft.Rtc.Collaboration . . :: . InstantMessagingMcuSession

See Also