Delegates track stop of descendant Track Players. This prevents track stops on Track Players unmounts due to re-layout.
Optional
<TrackBoundary> <RemoteUser user={user1} /> <RemoteUser user={user2} /></TrackBoundary> Copy
<TrackBoundary> <RemoteUser user={user1} /> <RemoteUser user={user2} /></TrackBoundary>
<TrackBoundary> <RemoteVideoTrack track={track1} /> <RemoteVideoTrack track={track2} /></TrackBoundary> Copy
<TrackBoundary> <RemoteVideoTrack track={track1} /> <RemoteVideoTrack track={track2} /></TrackBoundary>
Delegates track stop of descendant Track Players. This prevents track stops on Track Players unmounts due to re-layout.