Skip to content

Commit

Permalink
chore: fix incorrect obs call
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Aug 5, 2022
1 parent 748ee3b commit 0c0b3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/obswebsocket-code.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Example:
'sceneName': 'My Amazing Scene'
});
await waitMs(5000) // wait 5 seconds
await obs.send('SetCurrentProgramScene', {
await obs.call('SetCurrentProgramScene', {
'sceneName': 'This is another scene'
});
*/

0 comments on commit 0c0b3d0

Please sign in to comment.