Hi community !
URL.createObjectURL(stream) method will be remove soon by chrome. Console show us :
URL.createObjectURL(stream) is deprecated, please use elem.srcObject = stream instead
I tried but dont know how to implement it with react... Could someone help please ?