Edit

Share via


SipUriParser.IsPhoneUri Method

Definition

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'

public:
 bool IsPhoneUri();
public bool IsPhoneUri ();
member this.IsPhoneUri : unit -> bool
Public Function IsPhoneUri () As Boolean

Returns

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

Applies to