We are using PubNub for Chatting, and we are trying to add Typing indicator when a user types. We are trying to send the presence in state-changed
, using client.publish
method in swift, with the presence channel, when I publish that, I don't receive any event in didReceivePresence
callback. I also subscribedToPresenceChannels
.
Can anybody clarify that, how isTyping indicator feature works with the PubNub? Do we need to use Presence
(or) Separate Channel
to maintain?
If we need to do with a separate channel
then please suggest how can I proceed further
Thank you