Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.