You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
@kris-ipeh@kshantanu93 <video autoPlay muted ref={video => {this.video = video}} /> this.video.srcObject = this.props.src
I used this implementation. It is working fine.
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 ?
The text was updated successfully, but these errors were encountered: