I have created a brand new channel with 2 members SENDER and RECIPIENT and have sent a message from SENDER to RECIPIENT through the Platform API.
When I call https://api-token.sendbird.com/v3/group_channels/channel_url?show_member=true&show_read_receipt=true
just after sending the message, the response is
{
...
"read_receipt": {
"RECIPIENT_USER_ID": 1612443879592,
"SENDER_USER_ID": 1612443879403
},
...
}
I’m sure the RECIPIENT hasn’t logged in to the application or seen the message. Can someone explain how are read receipts calculated or whether there is a better way to get the read receipts on the channel?