- Feature Description:
We are trying to make a death cam feature so that users can view their death as an in-game overlay.
The current replays API with the auto-capture game highlights has the past, future, and pending timings which are not changeable.
Add a timing parameter to overwolf.media.replays.turnOn()
so that we can customize the past, future, and pending timing.
- impact for my app: [low, mid, high, show-stopper].show-stopper
- What is your current pain point?
The pending time which by default is set to 12 seconds for some games make the death cam show up very delayed in-game and by that time the user might have been revived already or a new round started (Ex. Valorant, League).
- What do you have in mind to solve it?
We don’t have another solution at the moment.