ConferenceSession.InstantMessagingMcuSession Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.