Conversation.EscalateToConferenceRequested Event

Definition

Raised when the existing remote participant requests to escalate the conversation into conference.

public:
 event EventHandler<Microsoft::Rtc::Collaboration::EscalateToConferenceRequestedEventArgs ^> ^ EscalateToConferenceRequested;
public event EventHandler<Microsoft.Rtc.Collaboration.EscalateToConferenceRequestedEventArgs> EscalateToConferenceRequested;
member this.EscalateToConferenceRequested : EventHandler<Microsoft.Rtc.Collaboration.EscalateToConferenceRequestedEventArgs> 
Public Custom Event EscalateToConferenceRequested As EventHandler(Of EscalateToConferenceRequestedEventArgs) 

Event Type

EventHandler<EscalateToConferenceRequestedEventArgs>

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.

Applies to