I’ve tested this on LoL :
overwolf.media.replays.onHighlightsCaptured
event give us an highlight with a match_internal_id
attribute.
This ID is internal to OW, as its name implies.
However, for the same match, the game.event.match_info
event has a pseudo_match_id
, also internal to OW, that is different from the previous shown ID.
If they are referring to the same match, why both ID are different ?
If they are not refering to the same thing (which doesn’t make sense IMO), what does the match_internal_id
from overwolf.media.replays.onHighlightsCaptured
comes from ?