UserEndpointSettings Members

Include Protected Members
Include Inherited Members

Represents the settings needed to initialize a User endpoint.

The UserEndpointSettings type exposes the following members.

Constructors

  Name Description
Public method UserEndpointSettings(String) Creates a new UserEndpointSettings object.
Public method UserEndpointSettings(String, String) Creates a new instance of the UserEndpointSettings class.
Public method UserEndpointSettings(String, String, Int32) Creates a new UserEndpointSettings object

Top

Properties

  Name Description
Public property AutomaticPresencePublicationEnabled Gets or sets the boolean value representing whether presence subcription and publishing of basic presence information should be done automatically as part of the establish process for the endpoint.
Public property Credential Gets or sets the credential needed to authenticate the endpoint with servers.
Public property EndpointId Gets or sets the EPID to use for the endpoint. Optional.
Public property EndpointSubtype The subtype of the user agent that this endpoint represents. (inherited from LocalEndpointSettings)
Public property EndpointType The type of user agent that this endpoint represents. (inherited from LocalEndpointSettings)
Public property EndpointUserAgent Gets or sets the endpoint user agent string. (inherited from LocalEndpointSettings)
Public property IsOutsideCorporateNetwork Gets or sets whether the endpoint registers inside or outside the corporate network. (inherited from LocalEndpointSettings)
Public property MaxRegisterRetries Gets or sets the maximum number of times that the endpoint should try to recover from registration refresh failure. (inherited from LocalEndpointSettings)
Public property OwnerUri Gets the URI of the owner of this endpoint. (inherited from LocalEndpointSettings)
Public property Presence Gets the optional presence information that will be published when AutomaticPresencePublicationEnabled is set to true.
Public property PresenceBasedScreeningDisabled Gets or sets whether calls should used be screened based on presence. (inherited from LocalEndpointSettings)
Public property ProvisioningDataDisabled Obsolete. Gets or sets whether to query for the provisioning data when the endpoint is established. (inherited from LocalEndpointSettings)
Public property PublishingQoeMetricsDisabled Gets or sets whether the endpoint will try to publish quality metrics for the audio calls. (inherited from LocalEndpointSettings)
Public property RegisterMethods Gets or sets the methods supported by a registered endpoint. (inherited from LocalEndpointSettings)
Public property ServerName Gets the name of the server being used.
Public property ServerPort Gets the port of the server being used.
Public property SupportedMimePartContentTypes Gets or sets the list of content types that can be supported by the endpoint. (inherited from LocalEndpointSettings)

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

See Also

Reference

UserEndpointSettings Class

Microsoft.Rtc.Collaboration Namespace