stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.
https://stephenlb.github.io/webrtc-sdk/
MIT License
853 stars 278 forks source link

Update to WebRTC V2 #50

Closed ghost closed 5 years ago

ghost commented 6 years ago

Chrome complains about "URL.createObjectURL". I see that WebRTC.js has been updated but not V2, is there any plans for an update?

ghost commented 6 years ago

This is the actual error.

VM97 webrtc-v2.js:371 [Deprecation] URL.createObjectURL with media streams is deprecated and will be removed in M68, around July 2018. Please use HTMLMediaElement.srcObject instead. See https://www.chromestatus.com/features/5618491470118912 for more details.
ghost commented 5 years ago

v2 updated. Thanks Stephen.

stephenlb commented 5 years ago

Good to hear! Apologies we didn't get to this sooner.