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
855 stars 278 forks source link

Deprecated. URL.createObjectURL #57

Closed crookedbard closed 5 years ago

crookedbard commented 5 years ago

URL.createObjectURL with media streams is deprecated and will be removed in M71, around December 2018. Please use HTMLMediaElement.srcObject instead.

stephenlb commented 5 years ago

Nice! Will add this fix.

stephenlb commented 5 years ago

fixed: https://github.com/stephenlb/webrtc-sdk/commit/3494723191cd305d205d5dca1fbff2a216717531