WASdev / lib.rtcomm.clientjs

Rtcomm client Javascript libraries (includes WebRTC support)
Apache License 2.0
15 stars 8 forks source link

Replace MediaStream.stop() with MediaStream.active #68

Closed swgraham closed 8 years ago

swgraham commented 8 years ago

'MediaStream.stop()' is deprecated and will be removed in M47, around November 2015. Please use 'MediaStream.active' instead.

swgraham commented 8 years ago

Resolved