We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03611e5 commit 96f614aCopy full SHA for 96f614a
README.md
@@ -31,6 +31,15 @@ window.addEventListener('obsSceneChanged', function(evt) {
31
document.body.appendChild(t);
32
});
33
```
34
+#### Other events that are available
35
+* obsStreamingStarting
36
+* obsStreamingStarted
37
+* obsStreamingStopping
38
+* obsStreamingStopped
39
+* obsRecordingStarting
40
+* obsRecordingStarted
41
+* obsRecordingStopping
42
+* obsRecordingStopped
43
44
### Get the current scene
45
0 commit comments