How to get chat history for session in React Native?

I use React Native Zoom SDK and want to create liveStreaming app. When customers connect to session they can’t see prev messages.
web sdk provides
const chat = client.getChatClient()
but can’t see anything for RN, IOS, Android.

Hey @stas.shmiriov the React Native Video SDK doesn’t have chat history feature at the moment.

1 Like