ConferenceInvitation.DeclineEverywhere 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 DeclineEverywhere.
public:
void DeclineEverywhere();
public void DeclineEverywhere ();
member this.DeclineEverywhere : unit -> unit
Public Sub DeclineEverywhere ()
Exceptions
Thrown when: The signaling session is in an invalid stateThis 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.