ConferenceSession.InstantMessagingMcuSession Property

Definition

Gets the instant messaging MCU session.

public:
 property Microsoft::Rtc::Collaboration::InstantMessagingMcuSession ^ InstantMessagingMcuSession { Microsoft::Rtc::Collaboration::InstantMessagingMcuSession ^ get(); };
public Microsoft.Rtc.Collaboration.InstantMessagingMcuSession InstantMessagingMcuSession { get; }
member this.InstantMessagingMcuSession : Microsoft.Rtc.Collaboration.InstantMessagingMcuSession
Public ReadOnly Property InstantMessagingMcuSession As InstantMessagingMcuSession

Property Value

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.

Applies to