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

Visual Basic (Declaration)
Public 
Function 
IsPhoneUri 
As 
Boolean
C#
public 
bool 
IsPhoneUri()
Visual C++
public:
bool 
IsPhoneUri()
JavaScript
function 
isPhoneUri();

Return Value

Returns true if the URI of this parser is a phone URI, otherwise returns false.

See Also