RealTimeAddress Constructor (String, String, String)
Creates a new instance of RealTimeAddress.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
uri As String, _
defaultDomain As String, _
phoneContext As String _
)
'Usage
Dim uri As String
Dim defaultDomain As String
Dim phoneContext As String
Dim instance As New RealTimeAddress(uri, defaultDomain, _
phoneContext)
public RealTimeAddress(
string uri,
string defaultDomain,
string phoneContext
)
Parameters
- uri
Type: System.String
The URI of the identity. The URI can be sip URI or tel URI. If phoneContext is not null the URI can also be just the phone number.
- defaultDomain
Type: System.String
The default domain to use when converting a tel URI to a sip URI. If null the tel URI will not be converted to a sip URI.
- phoneContext
Type: System.String
The default phone context to use if missing in the given tel URI. Can be null.