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

Feat/prebuilt mute room locally #1263

Closed stanwolverine closed 10 months ago

stanwolverine commented 11 months ago

Description

In case, the user has muted the room locally, the native side should disable the playback of the newly added audio track, JS side does have to handle this case. Therefore, Moved disable audio playback logic from JS to native side.

Pre-launch Checklist