client-sdk-react-native icon indicating copy to clipboard operation
client-sdk-react-native copied to clipboard

Support pauseUpstream

Open davidzhao opened this issue 2 years ago • 0 comments

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.

davidzhao avatar Mar 07 '23 07:03 davidzhao