LocalEndpointSettings.EndpointUserAgent Property
Gets or sets the endpoint user agent string.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property EndpointUserAgent As String
Get
Set
'Usage
Dim instance As LocalEndpointSettings
Dim value As String
value = instance.EndpointUserAgent
instance.EndpointUserAgent = value
public string EndpointUserAgent { get; set; }
Property Value
Type: System.String
Remarks
This string is used to build the overall UserAgent string for the endpoint. This needs to be set only if each endpoint's user agent string is different. If all endpoints in the application have the same user agent string, only set the application user agent string in CollaborationPlatform. The overall UserAgent string is formed by combining a default user agent string with CollaborationPlatform.ApplicationUserAgent and LocalEndpoint.EndpointUserAgent