You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: