Gets the conference session for this conversation.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ConferenceSession 
As 

ConferenceSession
C#
public 

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

ConferenceSession^ 
ConferenceSession {
	

ConferenceSession^ 
get ();
}
JavaScript
function get_
conferenceSession();

Remarks

This exposes a conference sesion whose behavior is based on the state of the conversation. For an established conversation, the conference session will use an adhoc conference. For a conversation that is escalated by a remote participant, the conference session uses the conference information sent by the remote via a ConferenceInvitation.

See Also