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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Conceptual changes
The SfuMonitor is no longer responsible for WebSocket connections, signaling, and transports.
The SfuMonitor has become responsible for the following event emissions:
SFU_TRANSPORT_OPENED, SFU_TRANSPORT_CLOSED
SFU_RTP_STREAM_ADDED, SFU_RTP_STREAM_REMOVED
Major Code changes
Removed Sender component and corresponding configuration from SfuMonitor.
Removed Transport component, as sending and transporting no longer fall under the responsibility of the SfuMonitor.
Removed events field from SfuMonitor, as events have become part of the SfuMonitor itself, and SfuMonitor now provides on, off, once interfaces for events.
Functionality changes
Storage entries are removed based on visited ids from collectors. If a stat is no longer present in the collect() extracted result, it is removed from the Storage.