How can we get the list of incoming messages to a particular user based on uuid ? What need is to show the list of message for a particular user based on uuid , from all the channel the user is subscribed?
The requirement is to list the incoming message of a particular user. Same as the one we see in facebook message icon on right side
The available solution what i got is
1) get the channellist with uuid
PubNub.ngWhereNow()
2) get message from the channels return from the ngWhereNow
I need help to sort out whether there is any single api to get all the incoming message to based on uuid