Conversation.EscalateToConferenceRequested Event
Raised when the existing remote participant requests to escalate the conversation into conference.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event EscalateToConferenceRequested As EventHandler(Of EscalateToConferenceRequestedEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of EscalateToConferenceRequestedEventArgs)
AddHandler instance.EscalateToConferenceRequested, handler
public event EventHandler<EscalateToConferenceRequestedEventArgs> EscalateToConferenceRequested
Remarks
The platform will automatically accept the escalation request. The application is responsible for joining the conference in the conversation using the ConferenceSession property. The application cannot create a new conference of its own once this event has been raised.