Tags: Novage/p2p-media-loader
Tags
refactor: Update useQueryParams hook to accept optional streamUrl par… …ameter (#420) The useQueryParams hook in the P2PVideoDemo component has been updated to accept an optional streamUrl parameter. This allows for more flexibility in setting the initial stream URL when using the hook. The defaultParams object in the hook has also been modified to include the streamUrl parameter. This refactor improves the reusability and configurability of the useQueryParams hook.
Feat: Tracker events (#398) * Add streamType parameter to peer events * Add event handlers for tracker errors and warnings The code changes introduce event handlers for tracker errors and warnings. This allows for better monitoring and control of the tracker request process. * Add streamType parameter to segment events * Refactor P2PVideoDemo component to filter out non-main streamType in onPeerConnect and onPeerClose event handlers (#399) * Improve onSegmentLoaded event * Improved naming
PreviousNext