SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

create 'item-created' event for all new items added #246

Open nelson-temporal opened 5 years ago

nelson-temporal commented 5 years ago

This event would be available to Extensions and will emit 'item-created' whenever a new item is added to the mixer.

'item-created' - notifies when a new item is added. Handler is a function f(itemId: string)

Related inquiry: #245