nttcom / SkyWay-MultiParty

[Deprecated] This is a library for easy implementation of group video chat.
18 stars 15 forks source link

stopScreenShareが正常に動かない #8

Closed alanmshelly closed 8 years ago

alanmshelly commented 8 years ago

https://github.com/nttcom/SkyWay-MultiParty/blob/master/lib/MultiParty.js#L686

stream.stop() がChrome 45からdeprecateされました。

stream.getTracks().forEach(
  function(track){
    track.stop();
  }
)
yusuke84 commented 8 years ago

こちらのPullReqにて対応します。 https://github.com/nttcom/SkyWay-MultiParty/pull/10

yusuke84 commented 8 years ago

対応済みなのでクローズします。