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
Streamer is currently dependent on the Recorder class - this should not be the case. Both Recorder and Streamer should be instantiated inside the client script.
The text was updated successfully, but these errors were encountered:
Streamer no longer depends on the Recorder class. In the constructor, Streamer get the Recorder object and no longer creates it. Instead, the client script creates the recorder object and passed it to the Streamer.
Streamer is currently dependent on the Recorder class - this should not be the case. Both Recorder and Streamer should be instantiated inside the client script.
The text was updated successfully, but these errors were encountered: