ConferenceInvitation.DeclineAll Method
Declines the incoming conference invitation with response code DeclineAll on behalf of all endpoints of this owner.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub DeclineAll
'Usage
Dim instance As ConferenceInvitation
instance.DeclineAll()
public void DeclineAll()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when:
|
RealTimeException | Thrown when a transport error occurs while sending the response. |