SipUriParser.IsPhoneUri Method
Helper function to determine whether the URI of this parser is a phone URI. A URI is a phone URI if it has a "tel:" scheme or if it has "sip:" scheme with the parameter 'user=phone'
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function IsPhoneUri As Boolean
'Usage
Dim instance As SipUriParser
Dim returnValue As Boolean
returnValue = instance.IsPhoneUri()
public bool IsPhoneUri()
Return Value
Type: System.Boolean
Returns true if the URI of this parser is a phone URI, otherwise returns false.