stop method
Stops the stream output.
- Complexity Rating: 1/5
- Latest Supported RPC Version: 1
- Added in v5.0.0
Implementation
Future<void> stop() async =>
await obsWebSocket.sendRequest(Request('StopStream'));
Stops the stream output.
Future<void> stop() async =>
await obsWebSocket.sendRequest(Request('StopStream'));