Conversation.ConferenceSession Property
Gets the conference session for this conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ConferenceSession As ConferenceSession
Get
'Usage
Dim instance As Conversation
Dim value As ConferenceSession
value = instance.ConferenceSession
public ConferenceSession ConferenceSession { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConferenceSession
Remarks
This exposes a conference session 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.