-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get history message #57
Comments
This is an example of using messageClient.list
If you need further assistance troubleshooting your code please open a ticket with the developer support team by sending your details to [email protected]. |
Yes, I already used this function and can get list message. BUT as my investigate, I found this issue above only happen when I join a call (mode auto record is open)
Does it related with mode auto record? I send you a log of 2 room I tested (one is join room chat only -> no issue, other one is join both chat and call -> issue) |
excus me, how to make sending message and receive message to another participans on meeting room sdk. |
I used this function to get list message by room_id
messageClient.list(roomId!!, before, 50, null) { result ->
But I got an issue after back and request list few times
I got this error
OkHttp https://conv-r.wbx2.com/... Parse json error: java.lang.ClassCastException: android.net.Uri$StringUri cannot be cast to java.lang.String
E/ServiceReqeust:263: OkHttp https://conv-r.wbx2.com/... HTTP Error: WebexError[errorCode=UNEXPECTED_ERROR, message=Illegal body in the response, ]
Not sure why this happen, I don't touch anything, just go back and request few times, then issue will happen
The text was updated successfully, but these errors were encountered: