Ported to use new OBS Websocket v5.0
NOTE: As OBS Websocket v5.0 is not backward compatible with 4.9.x, neither is the .Net version.
What's new in v5.0.0.3
- Fixed issue with integer overflow for OutputStatus objects
(Previous updates): - Each event now has a dedicated EventArgs class. This will break the previous event signature
- Finished adding all v5 methods
- Connect() function is now obsolete, use ConnectAsync() instead.
- Additional bugfixes and stability fixes