ConnectyCube / android-messenger-app

Chat and voice / video calling app using ConnectyCube
https://connectycube.com
Apache License 2.0
51 stars 23 forks source link

java.lang.IllegalArgumentException: Recipient ID can't be null or empty #83

Closed jddeep closed 2 years ago

jddeep commented 3 years ago

while attaching chatDialog.addMessageListener in running bindToChatDialog( ) after observing liveDialog this is what is happening


   java.lang.IllegalArgumentException: Recipient ID can't be null or empty
        at com.connectycube.chat.model.ConnectycubeChatDialog.initForChat(Unknown Source:51)
        at com.connectycube.chat.model.ConnectycubeChatDialog.initForChat(Unknown Source:8)
        at com.connectycube.chat.model.ConnectycubeChatDialog.tryInitForChat(Unknown Source:14)
        at com.connectycube.chat.model.ConnectycubeChatDialog.checkAndTryInit(Unknown Source:4)
        at com.connectycube.chat.model.ConnectycubeChatDialog.addMessageListener(Unknown Source:3)
        at com.mentro.mentro_app.ui.ChatMessageActivity.bindToChatConnection(ChatMessageActivity.kt:388)
        at com.mentro.mentro_app.ui.ChatMessageActivity.access$bindToChatConnection(ChatMessageActivity.kt:55)
        at com.mentro.mentro_app.ui.ChatMessageActivity$subscribeToChatConnectionChanges$1.onChanged(ChatMessageActivity.kt:219)
TatankaConCube commented 3 years ago

As I said before, it looks like a problem on your app side, we don't have similar issues in our example. Please check your code which reproduces the loops I mentioned in my previous message.

TatankaConCube commented 2 years ago

No activity for a long time. So closing.