Code Monkey home page Code Monkey logo

Comments (3)

jeffmars avatar jeffmars commented on August 17, 2024

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!!!!!!");
            }
        });

If you need further assistance troubleshooting your code please open a ticket with the developer support team by sending your details to [email protected].

from webex-android-sdk.

duybuiappliedmesh avatar duybuiappliedmesh commented on August 17, 2024

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!!!!!!");
            }
        });

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)
Let me sum my step

  1. Join a room chat, send any message
  2. Close app, then join room chat again to load list message (this step still OK)
  3. Join a call with 5 minutes for example, then hang up. After some minutes (let say 15 - 20min)
  4. Join room chat again => this issue happen

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)

json_join_chat_only.txt
json_room_joined_call.txt

from webex-android-sdk.

RahmanEckyRetnaldi avatar RahmanEckyRetnaldi commented on August 17, 2024

excus me, how to make sending message and receive message to another participans on meeting room sdk.

from webex-android-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.