I am looking to display usernames alongside messages in a chatroom using quickblox. I was hoping to simply embed the sender name in the custom parameters of the message but the params never make it through to my chatroomDidRecieveMessage
.
I copied the code from the example with no luck.
[message setCustomParameters:@{@"playSound": @YES}];
Also, can't seem to find a pattern in the senderID/recipientID that can go along with the message. So questions is, what is the best option for getting the sender data when a message is received?
Working on iOS...