Listen to message receive on React

Hi,

I need help to implement ticket system with Sendbird on React. (Same as this example: SendBird Desk SDK Sample)
As I see React SDK doesn’t include all features. So I create and retrieve tickets through API. But problem is how can I listen for updates?

I tried pubsub subcscribe methods but can’t find correct action name.

Did you ever figure this out? Because I have the same question.