Top

getActiveParticipantsAsContactList is not providing correct result

Commentaires

1 commentaire

  • Commentaire officiel
    Jérôme Gully

    Hi,

    This will be fixed in the SDK 1.67. For a temporary solution you can use this :

    public List<IRainbowContact> getAllParticipantsAsContactList() {
    List<IRainbowContact> parts = new ArrayList<>();
    for(RoomParticipant part : m_room.getParticipants().getCopyOfDataList()) {
    parts.add(part.getContact());
    }
    return parts;
    }

     

    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.

Vous n'avez pas trouvé ce que vous cherchez?

  • Contactez-nous

    Vous avez des questions? Laissez-nous un message pour obtenir plus d'informations.

    Contactez-nous
  • Demandez à la Communauté

    Vous avez besoin d'aide? Posez vos questions à la Communauté et obtenez des réponses d'autres utilisateurs Rainbow.

    Poster un message