Hello,
I just downloaded the latest AppWarp Mono/Xamarin SDK v1.10 for developing with Xamarin Studio on Windows 10 Pro x64 and I am trying to use many different AppWarp SDK methods but I am getting a compile errors saying that the following methods do not exist for the WarpClient class:
- RecoverConnectionWithSessionId()
- sendPrivateUpdate()
- GetSessionId()
- CreateRoom() is missing the cleanUpTime parameter.
Also, it is saying that a LiveUserInfoEvent object does not have an isPaused definition either.
What is weird is that if I copy the same exact code to my Mac and compile it in Xamarin Studio there it works fine even though I am literally using the same solution.
Lastly, I am unable to call Disconnect() when running the app without getting a SocketException thrown as I mentioned here:
http://forum.shephertz.com/?qa=6532/appwarp-xamarin-unable-to-disconnect&show=6532#q6532
If you could please help me with these issues I would greatly appreciate it.