Skip to content

Commit 96f614a

Browse files
authored
Update README.md
1 parent 03611e5 commit 96f614a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ window.addEventListener('obsSceneChanged', function(evt) {
3131
document.body.appendChild(t);
3232
});
3333
```
34+
#### Other events that are available
35+
* obsStreamingStarting
36+
* obsStreamingStarted
37+
* obsStreamingStopping
38+
* obsStreamingStopped
39+
* obsRecordingStarting
40+
* obsRecordingStarted
41+
* obsRecordingStopping
42+
* obsRecordingStopped
3443

3544
### Get the current scene
3645
```

0 commit comments

Comments
 (0)