Creates a new instance of RealTimeAddress.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
uri 
As 
String _
)
C#
public 
RealTimeAddress(
	
string 
uri
)
Visual C++
public:
RealTimeAddress(
	
String^ 
uri
)
JavaScript

Microsoft.Rtc.Signaling.RealTimeAddress = 
function(
uri);

Parameters

uri
Type: String
The URI of the identity. The URI can be a GRUU, a sip URI or a tel URI.

Exceptions

Exception Condition
ArgumentException Thrown when uriis null, empty, or not formed correctly.

See Also