100mslive / 100ms-react-native

React Native Live Streaming, Video Conferencing SDK & Sample App
https://www.100ms.live/
MIT License
80 stars 31 forks source link

completed realtime chat controls feature #1273

Closed stanwolverine closed 9 months ago

stanwolverine commented 10 months ago

Description

Realtime chat controls feature means that users with this permission (from layout api) can pause chat in real time. once chat is paused, everyone will be able to see previous messages but won't be able to send new messages.

For checking if user has pause chat - we check layout api for the role For enabling/disabling chat state - we check for 'chatState' key on session store

Pre-launch Checklist