client-sdk-react-native
client-sdk-react-native copied to clipboard
Support pauseUpstream
In the JS SDK, we have an API LocalTrack.pauseUpstream. This would allow the user to pause publishing of the track (by replacing it with a dummy track), while keeping the original track active for display to the local participant.
Because that code path relies upon DOM methods to create the dummy track, it does not work on react-native.