ConferenceInvitation.DeclineAll Method
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.
Declines the incoming conference invitation with response code DeclineAll on behalf of all endpoints of this owner.
public:
void DeclineAll();
public void DeclineAll ();
member this.DeclineAll : unit -> unit
Public Sub DeclineAll ()
Exceptions
Thrown when: The signaling session is in an invalid state.This method is called after the invitation has expired or one of the response methods has already been called.
Thrown when a transport error occurs while sending the response.