jeffmars
jeffmars
This is an example of using messageClient.list ``` messageClient.list(roomId, null, 50, null, CompletionHandler->{ if(CompletionHandler.isSuccessful()){ Log.d(" Result 1","!!!!!!FETCHED MESSSAGES!!!!!!" ); } else{ Log.d(" Result 2","!!!!!!FAILED TO FETCH MESSAGES!!!!!!"); } }); ```...
There are some changes in 3.x when it comes to the way you need to initialize the SDK. Have you reviewed the migration guide that's in the wiki, https://github.com/webex/webex-android-sdk/wiki?
Would you be able to provide the SDK logs showing the error you're seeing?
Thanks. This is being reviewed and we'll provide an update once we have one.