Share via


EscalateToConferenceRequested Event

Raised when the existing remote participant requests to escalate the conversation into a 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 auto-accept the invitation. The application is responsible for joining the conference in the conversation. The application cannot create a new conference of its own for this conversation in this state but instead should use the ConferenceSession property of the conversation.

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Rtc.Collaboration Namespace