Share via


DeclineEverywhere Field

The client wants to decline a signaling invitation at all forked locations.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Const DeclineEverywhere As Integer
'Usage
Dim value As Integer

value = ResponseCode.DeclineEverywhere
public const int DeclineEverywhere

Remarks

It is rare that a client wants to do this unless it knows somehow that all clients do not want to connect. Using BusyHere is the best way to decline an Invite most of the time.

See Also

Reference

ResponseCode Class

ResponseCode Members

Microsoft.Rtc.Signaling Namespace