c# - RemotePresentitySubscriptionTarget error -


i using following code

remotepresentitysubscriptiontarget target = new remotepresentitysubscriptiontarget("sip:abc@gmail.com"); 

to presence of users getting exception as

invalid uri: parsing error; suspect character: '%'.

how pass uri this?in format?


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -