ConferenceSession.InstantMessagingMcuSession Property
Gets the instant messaging MCU session.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property InstantMessagingMcuSession As InstantMessagingMcuSession
Get
'Usage
Dim instance As ConferenceSession
Dim value As InstantMessagingMcuSession
value = instance.InstantMessagingMcuSession
public InstantMessagingMcuSession InstantMessagingMcuSession { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.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.