[Discuss] No webcam capture preview API in Overwolf.media

Feature Description:

In Outplayed, we would like to provide our users with the ability to choose which webcam do they wish to record.
At the moment, we do it by using navigator.mediaDevices API.

In the future, we would like to provide separate video files for the game footage and the selected webcam.

However, we cannot show the user the camera that he’s about to record.

impact for my app: [low, mid, high, show-stopper].

Low
we are only now about to roll out the webcam capture feature and it will take time until we do anything further

What is your current pain point?

User can’t see the camera that he selects for separate file capture

What do you have in mind to solve it?

navigator.mediaDevices can include some sort of id that references overwolf.media.getWebcams.
This way, we can use both APIs interchangably.