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
Post a Comment