webrtc-stats icon indicating copy to clipboard operation
webrtc-stats copied to clipboard

Add ability to clean timeline

Open onel opened this issue 1 year ago • 0 comments

Related to #19

Add ability to clean timeline in WebRTCStats.

  • Add clearTimeline method to the WebRTCStats class in src/index.ts to clear the timeline of events.
  • Update the destroy method in src/index.ts to call the clearTimeline method, ensuring the timeline is cleared at the end of the session.
  • Update README.md to include documentation for the new clearTimeline method in the API section.

For more details, open the Copilot Workspace session.

onel avatar Jul 10 '24 18:07 onel