obs-websocket-dotnet icon indicating copy to clipboard operation
obs-websocket-dotnet copied to clipboard

Writing error logs to an ILogger instead of Console, adding an event for Unsupported Events, and other fixes

Open DrEsteban opened this issue 3 months ago • 2 comments

This contains fixes for the issues described in:

  • https://github.com/BarRaider/obs-websocket-dotnet/issues/136

  • https://github.com/BarRaider/obs-websocket-dotnet/issues/138

  • https://github.com/BarRaider/obs-websocket-dotnet/issues/139

It also contains:

  • Fixes for deserialization issues in MediaInputStatus
  • Actually allowing OBSVideoSettings to be updated via the API, by removing internal from the setters
  • Build enhancements

DrEsteban avatar May 21 '24 16:05 DrEsteban