OBS Browser Plugin Development

aaronaustin

New Member
I'm trying to create a simple plugin to display in a browser dock using the javascript API. I've got a simple HTML file and a script that will display the current plugin version. However, when I try something else like getCurrentScene, all I get returned is undefined. I also tried setting up event listeners using the examples here but it doesn't seem to be triggering. Are there any basic examples out there to help get started? Thanks.
 
Top