Edit

Share via


ClientPlatformSettings(String, SipTransportType) Constructor

Definition

Creates a new instance of the ClientPlatformSettings class.

public:
 ClientPlatformSettings(System::String ^ applicationUserAgent, Microsoft::Rtc::Signaling::SipTransportType transport);
public ClientPlatformSettings (string applicationUserAgent, Microsoft.Rtc.Signaling.SipTransportType transport);
new Microsoft.Rtc.Collaboration.ClientPlatformSettings : string * Microsoft.Rtc.Signaling.SipTransportType -> Microsoft.Rtc.Collaboration.ClientPlatformSettings
Public Sub New (applicationUserAgent As String, transport As SipTransportType)

Parameters

applicationUserAgent
String

The part of the user agent string that identifies the application. Can be null.

transport
SipTransportType

The transport type used for connections.

Applies to