Conversation.EscalateToConferenceRequested Event
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.
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
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.