stats property
Future<StatsResponse>
get
stats
Gets statistics about OBS, obs-websocket, and the current session.
- Complexity Rating: 2/5
- Latest Supported RPC Version: 1
- Added in v5.0.0
Implementation
Future<StatsResponse> get stats async => await getStats();