obs-websocket-community-projects / obs-websocket-js

Consumes https://github.com/obsproject/obs-websocket
MIT License
661 stars 95 forks source link

Events native/triggered property #222

Open 350d opened 3 years ago

350d commented 3 years ago

Is there any way to detect event triggered or its native UI event? For example, I want to stop streaming and I have listener fo StreamStopping event. This listener will be triggered in both cases - on manual streaming stop and on programmatic event. In JS we have originalEvent or isTrigger properties on events, so, can we have it here too? Thank you!