Gets or sets the flag indicating whether registration is required for this endpoint. The default value is false.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
UseRegistration 
As 
Boolean
C#
public 
bool 
UseRegistration { 
get; 
set; }
Visual C++
public:
property 
bool 
UseRegistration {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
useRegistration();
function set_
useRegistration(
value);

Remarks

Can be true only if the proxy is specified and the transport type is MTLS. This should generally be set to true as endpoints must be registered to leverage all of its services such as publishing and subscribing to presence.

See Also