Gets the supported signaling header with value "com.microsoft.msrtc.presence".

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

Syntax

Visual Basic (Declaration)
Public 
Shared 
ReadOnly 
Property 
MicrosoftSupportedPresence 
As 

SignalingHeader
C#
public 
static 

SignalingHeader 
MicrosoftSupportedPresence { 
get; }
Visual C++
public:
static 
property 

SignalingHeader^ 
MicrosoftSupportedPresence {
	

SignalingHeader^ 
get ();
}
JavaScript

Microsoft.Rtc.Signaling.SignalingHeader.get_
microsoftSupportedPresence = 
function();

See Also