ChannelHandler.onDeliveryReceiptUpdated is not calling

Hello, I’m trying to implement delivery receipts for messages, in my Android app, by following the https://sendbird.com/docs/chat/v3/android/tutorials/delivery-receipt#1-delivery-receipt. In this tutorial, it is stated that;

When a message is delivered to an online group channel member, it is automatically marked as delivered and the other online members are notified of delivery receipt through the onDeliveryReceiptUpdated() method

But, in my case, onDeliveryReceiptUpdated() is not being called when I send message to an online user. And in other case, when the intended receiver is offline, I’m always getting 0 against getUndeliveredMemberCount(message).

Am I missing something?

@Asem,

I’m taking a look into this issue. Please allow me a bit of time.

Thanks,
Tyler

@Asem,

Can you give this another try please and let me know if you’re still experiencing the same issues?

Thanks,
Tyler

@Tyler thanks. I’ll be resuming communication on this issue in @AliShahid89’s thread