See reply below for a fast reproduction and gist of the issue
We have two apps (let’s call them “app a” and “app b”) using overwolf.media.replays.onHighlightsCaptured to get automatic highlights.
Each app works fine when running on its own, but when running both at the same time, one app always get’s the event and the other does not.
It doesn’t matter in which order I start the apps (and therefore the overwolf.media.replays.turnOn call is done), app a always takes precedence when both apps run.
Are there any known issues with using overwolf.media.replays.onHighlightsCaptured
from multiple apps at the same time?