I am working on project which allows the user to record their video.
Now I have to implement feature where user can change their background image during recording process.Like zoom or google meet has feature where user can change their background.
I have researched a lot but not able find anyway to do that or atleast finding starting point.
We are using video tag to record a video and I am not sure that how can I implement that.
<video muted autoPlay id="feedback" onClick={this.startRec} />
Please help to understand how I can implement this or any documentation you think might help me.
Thank you in advance.
Note : onClick function just updates one variable in the state